Update reqwest_shim.rs (#72)
This commit is contained in:
parent
02ab897f4f
commit
b63445afca
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue