We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3b12da + cee10dd commit 43cbbcfCopy full SHA for 43cbbcf
src/utils/service_builder.rs
@@ -51,7 +51,7 @@ const WIRE_PROTOCOL_VERSION_MINOR: u8 = 0;
51
const WIRE_PROTOCOL_VERSION_MAJOR: u8 = 1;
52
53
/// Default value for the limit on the request body size (in bytes) - equal to 1MB
54
-const DEFAULT_BODY_LEN_LIMIT: usize = 1 << 19;
+const DEFAULT_BODY_LEN_LIMIT: usize = 1 << 20;
55
56
type KeyInfoManager = Arc<RwLock<dyn ManageKeyInfo + Send + Sync>>;
57
type Provider = Arc<dyn Provide + Send + Sync>;
0 commit comments