mirror of
https://github.com/LemmyNet/activitypub-federation-rust
synced 2024-11-10 06:04:19 +00:00
Update reqwest_shim.rs
This commit is contained in:
parent
02ab897f4f
commit
a9e61ad35e
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ use std::{
|
||||||
task::{Context, Poll},
|
task::{Context, Poll},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// 100KB
|
/// 200KB
|
||||||
const MAX_BODY_SIZE: usize = 102400;
|
const MAX_BODY_SIZE: usize = 204800;
|
||||||
|
|
||||||
pin_project! {
|
pin_project! {
|
||||||
pub struct BytesFuture {
|
pub struct BytesFuture {
|
||||||
|
|
Loading…
Reference in a new issue