Skip to main content

DEFAULT_LIST_LIMIT

Constant DEFAULT_LIST_LIMIT 

Source
pub const DEFAULT_LIST_LIMIT: usize = 1_000;
Expand description

Default page size for list.

The relay buffers whole bodies with an 8 MiB ceiling (relay::MAX_BODY), so an unpaginated listing of a real deployment tree would 413 — on exactly the tree sizes this endpoint exists to serve.