Skip to main content

STREAM_SUFFIX_SIZE

Constant STREAM_SUFFIX_SIZE 

Source
pub const STREAM_SUFFIX_SIZE: usize = _; // 131_072usize
Expand description

Maximum bytes of stdout/stderr retained on NonZeroExit and Timeout error variants. Anything beyond this is dropped from the front (FIFO), keeping the most recent output — usually the most relevant for debugging.