increase initial accepted content-length
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
02f4c6c10b
commit
acd707e0d7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pub mod timing;
|
|||
#[cfg(feature = "cf-worker")]
|
||||
mod cf_utils;
|
||||
|
||||
const MAX_SIZE: usize = 32 << 20;
|
||||
const MAX_SIZE: usize = 128 << 20;
|
||||
|
||||
#[cfg(all(not(feature = "cf-worker"), not(feature = "reqwest")))]
|
||||
compile_error!("At least one of the `cf-worker` or `reqwest` features must be enabled. hint: '--features env-local' enables everything related to local runtime");
|
||||
|
|
Loading…
Reference in a new issue