pub const MAX_LINE_LENGTH: usize = _; // 262_144usize
Maximum size per line (bytes) - 256 KB. Prevents OOM on malformed output with very long lines.