CRASH_LOOP_LIMIT

Constant CRASH_LOOP_LIMIT 

Source
pub const CRASH_LOOP_LIMIT: usize = 8;
Expand description

The maximum number of crashes we allow to happen for a process within the last CrashReporter.crash_loop_age_out before we consider it to be crash looping. 8 within 8 minutes was chosen as a balance between “definitely a crash loop” and “still saves system resources.”