Update reqwest_shim.rs (#72)

This commit is contained in:
Nutomic 2023-07-20 16:27:51 +02:00 committed by GitHub
parent 02ab897f4f
commit b63445afca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {