Skip to main content

MAX_MESSAGE_SIZE

Constant MAX_MESSAGE_SIZE 

Source
pub const MAX_MESSAGE_SIZE: usize = _; // 10_485_760usize
Expand description

Maximum message size (10 MiB)

Aligned with the server default (max_request_size = 10 MB) and SecureServerConfig::max_message_size to avoid silent truncation or misleading protocol-level limits.