Skip to main content

AI_SWEEP_MAX_BACKOFF_MULTIPLIER

Constant AI_SWEEP_MAX_BACKOFF_MULTIPLIER 

Source
pub const AI_SWEEP_MAX_BACKOFF_MULTIPLIER: u32 = 8;
Expand description

Maximum multiplier for exponential backoff on empty AI sweeps. When a periodic sweep finds zero files needing work, the interval doubles (up to base_interval × this cap). Resets to base on any non-empty sweep.