pub const MAX_MESSAGE_SIZE: usize = _; // 1_048_576usize
Maximum allowed size (in bytes) for a single JSON message line. Provides defense-in-depth against runaway reads on the Unix socket.