pub const PAYLOAD_SOFT_LIMIT: usize = (1 << 22) - 1; // 0x0000_0000_003f_ffffusize
Expand description

Network responses should try not to go over this limit. This should be lower than MAX_PAYLOAD_SIZE