pub const WARN_FILL_PERCENT: usize = 80;
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.