pub const REARM_FILL_PERCENT: usize = 50;Expand description
Fill fraction a near-full queue must drain back below before it will warn
again. The gap to WARN_FILL_PERCENT provides hysteresis so a queue
hovering at the threshold does not flap.
pub const REARM_FILL_PERCENT: usize = 50;Fill fraction a near-full queue must drain back below before it will warn
again. The gap to WARN_FILL_PERCENT provides hysteresis so a queue
hovering at the threshold does not flap.