pub const MAX_MESSAGE_SIZE: usize = _; // 1_073_741_824usize
Maximum backend message size (1GB) - prevents memory exhaustion from malformed length fields This is more than enough.