pub const MAX_LINE_LENGTH: usize = _; // 1_048_576usize
Maximum size per line (bytes) - 1 MB. Prevents OOM on malformed output with very long lines.