BACKOFF_START

Constant BACKOFF_START 

Source
pub const BACKOFF_START: Duration;
Expand description

Commit-gated relaunch backoff: while commit-free is below RESUME_FLOOR_MB, wait this long and re-probe, doubling each time up to the cap. Relaunching into a starved system just re-OOMs, so waiting is the only thing that works.