Skip to main content

ADAPTIVE_COOLDOWN_VALUE

Constant ADAPTIVE_COOLDOWN_VALUE 

Source
pub const ADAPTIVE_COOLDOWN_VALUE: u16 = _; // 832u16
Expand description

Adaptive specialization: cooldown counter after a successful specialization.

Value/backoff = (52, 0), matching CPython’s ADAPTIVE_COOLDOWN bits.