Skip to main content

OUTPUT_MAX_BYTES

Constant OUTPUT_MAX_BYTES 

Source
const OUTPUT_MAX_BYTES: usize = _; // 67_108_864usize
Expand description

Ceiling on a single command’s accumulated output; a handler that writes past it aborts rather than letting the buffer grow without bound.