Skip to main content

SUSPICIOUS_UNDERCOUNT_MIN_FRESH

Constant SUSPICIOUS_UNDERCOUNT_MIN_FRESH 

Source
pub(crate) const SUSPICIOUS_UNDERCOUNT_MIN_FRESH: usize = 2;
Expand description

Minimum fresh_compiles count below which the suspicious-undercount check is suppressed.

Retained for documentation and the test pin; the current implementation of prewarm_persistence_suspicious_undercount is always silent when engine_count_after > 0, making this floor rarely reached.