Skip to main content

MAX_PROVERS_PER_KEY

Constant MAX_PROVERS_PER_KEY 

Source
pub const MAX_PROVERS_PER_KEY: usize = 16;
Expand description

Maximum number of cached provers per key.

Sized at 2× CLOSE_GROUP_SIZE = 8, giving 8 slack slots for churn without unbounded growth. LRU-evicted within the cap.