Compare commits
1 commit
main
...
Nutomic-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9e61ad35e |
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