pub const MAX_EVENTS_LIST_PAGE_SIZE: u32 = 1_000;Expand description
Largest page accepted by the snapshot-style events.list RPC.
Omitting limit preserves the pre-pagination response shape and behavior.
Clients that need bounded recovery should provide a limit and advance
afterSequence to the last returned event until a short or empty page is
observed.