Skip to main content

WARN_FILL_PERCENT

Constant WARN_FILL_PERCENT 

Source
pub const WARN_FILL_PERCENT: usize = 80;
Expand description

Fill fraction (percent of capacity) at or above which a queue is considered “near full” and emits a warning. Edge-triggered so a steadily-full queue logs once, not on every enqueue.