Skip to content

Commit

Permalink
adjust low buf size
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Mar 2, 2018
1 parent 1fea4bd commit b640b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/utils.rs
Expand Up @@ -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;


Expand Down

0 comments on commit b640b49

Please sign in to comment.