Skip to main content

MAX_MESSAGE_SIZE

Constant MAX_MESSAGE_SIZE 

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

Maximum allowed size (in bytes) for a single JSON message line. Provides defense-in-depth against runaway reads on the Unix socket.