Skip to main content

MAX_LINE_LENGTH

Constant MAX_LINE_LENGTH 

Source
pub const MAX_LINE_LENGTH: usize = _; // 1_048_576usize
Expand description

Maximum size per line (bytes) - 1 MB. Prevents OOM on malformed output with very long lines.