Skip to main content

TRACE_CHANNEL_CAP

Constant TRACE_CHANNEL_CAP 

Source
pub const TRACE_CHANNEL_CAP: usize = 8192;
Expand description

Trace buffer depth. Deep enough to absorb normal write bursts; bounded so a wedged writer (disk stall) can’t OOM the process — excess traces are dropped with a warning, not queued forever.