actix_msgpack/
constants.rs

1// Why is 256? Because actix-web has the same limit by default.
2
3/// Payload max size (256Kb)
4pub const DEFAULT_PAYLOAD_LIMIT: usize = 262_144;