Skip to main content

MAX_BUFFERED_BYTES

Constant MAX_BUFFERED_BYTES 

Source
const MAX_BUFFERED_BYTES: usize = _; // 65_536usize
Expand description

Maximum buffered bytes per channel before a forced flush. Caps memory for any channel emitting unbounded text (a build extension piping cargo build stdout) before the timer fires.