This commit is contained in:
Nikolay Kim 2021-02-28 20:11:27 +06:00
parent eb2a956362
commit 2cd662ac6f

View file

@ -8,7 +8,7 @@ use crate::codec::{AsyncRead, AsyncWrite};
use crate::framed::State;
const LW: usize = 1024;
const HW: usize = 8 * 1024;
const HW: usize = 128 * 1024;
/// Read io task
pub struct ReadTask<T>