Skip to main content

DEFAULT_MAX_MESSAGE_SIZE

Constant DEFAULT_MAX_MESSAGE_SIZE 

Source
pub const DEFAULT_MAX_MESSAGE_SIZE: usize = _; // 4_194_304usize
Expand description

Default cap on a single decompressed message, matching grpc-go’s default and the per-frame max_message_size in crate::frame::reader.