pub const MOST_MOMENTS: usize = 16_384;Expand description
The most moments a caller may ask for.
A ceiling and not a suggestion: the whole point of the first bound is that a page cannot ask for an unbounded recording, and a limit a caller chooses is not a limit if the caller may choose infinity.