Skip to main content

DEFAULT_PAGE_LIMIT

Constant DEFAULT_PAGE_LIMIT 

Source
pub const DEFAULT_PAGE_LIMIT: u32 = 500;
Expand description

Repos requested per page. The relay’s documented ceiling is 1000; 500 keeps a page body small (~30 KB) while making the whole current network one page.