Skip to main content

latest_items_fetch_limit

Function latest_items_fetch_limit 

Source
fn latest_items_fetch_limit(limit: usize) -> usize
Expand description

How many rows to ask the server for, given how many the row will show.

Collapsing only ever shrinks a listing, so a request for exactly the number of cards the row shows can come back as a handful after one freshly-ripped album folds its tracks together. Over-fetch and truncate after collapsing.

TRACES: UR-024, UR-034 | IR-024, JA-016 | UT-244