pub const MAX_INTERVAL_MULTIPLE: f32 = 1_000.0;
Largest accepted value for any “how many intervals” multiplier.
Bounded so that a mistyped configuration cannot produce a threshold that overflows duration arithmetic.