Constant actix_web_lab::extract::DEFAULT_JSON_LIMIT
source ยท pub const DEFAULT_JSON_LIMIT: usize = 2_097_152;
Expand description
Default JSON payload size limit of 2MiB.
pub const DEFAULT_JSON_LIMIT: usize = 2_097_152;
Default JSON payload size limit of 2MiB.