SAGA_LRU_CAP

Constant SAGA_LRU_CAP 

Source
pub const SAGA_LRU_CAP: usize = 256;
Expand description

Maximum number of (saga_id, kind) entries held in the LRU. Spec §3.7: bound 256 — far above any realistic concurrent saga count.