cuprate_constants::rpc

Constant MAX_RPC_CONTENT_LENGTH

Source
pub const MAX_RPC_CONTENT_LENGTH: u64 = 1_048_576;
Expand description

Max message content length in the RPC server. Original definition.

This is the maximum amount of bytes an HTTP request body can be before the RPC server rejects it (1 megabyte).