Skip to main content

GRPC_MAX_MESSAGE_SIZE_BYTES

Constant GRPC_MAX_MESSAGE_SIZE_BYTES 

Source
pub const GRPC_MAX_MESSAGE_SIZE_BYTES: usize = _; // 12_582_912usize
Expand description

Explicit gRPC message boundary.

Native FTAPI frames are capped at 12 MiB; keeping gRPC at the same ceiling prevents relying on tonic defaults while preserving protocol-sized payloads.