mirror of
https://github.com/actix/actix-web.git
synced 2025-01-15 19:55:34 +00:00
adjust low buf size
This commit is contained in:
parent
1fea4bd9a6
commit
b640b49b05
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use futures::{Async, Poll};
|
|||
|
||||
use super::IoStream;
|
||||
|
||||
const LW_BUFFER_SIZE: usize = 8192;
|
||||
const LW_BUFFER_SIZE: usize = 4096;
|
||||
const HW_BUFFER_SIZE: usize = 32_768;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue