linera_rpc::grpc

Constant GRPC_CHUNKED_MESSAGE_FILL_LIMIT

Source
pub const GRPC_CHUNKED_MESSAGE_FILL_LIMIT: usize = _; // 11_744_051usize
Expand description

Limit of gRPC message size up to which we will try to populate with data when estimating. We leave 30% of buffer for the rest of the message and potential underestimation.