Compare commits

...

1 commit

Author SHA1 Message Date
Nutomic
a9e61ad35e
Update reqwest_shim.rs 2023-07-20 15:53:29 +02:00

View file

@ -12,8 +12,8 @@ use std::{
task::{Context, Poll},
};
/// 100KB
const MAX_BODY_SIZE: usize = 102400;
/// 200KB
const MAX_BODY_SIZE: usize = 204800;
pin_project! {
pub struct BytesFuture {