const MAX_BUFFERED_BYTES: usize = _; // 65_536usizeExpand 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.