Skip to main content

MAX_LIVE_ENTRIES

Constant MAX_LIVE_ENTRIES 

Source
const MAX_LIVE_ENTRIES: usize = _; // 524_288usize
Expand description

Ceiling on simultaneously live state-map entries across one walk: the sum of the lengths of materialized maps no consumer has released yet. Exceeding it falls back to the federation fetch. Deliberately a const, not config; revisit only if operation trips it.