File tree Expand file tree Collapse file tree 4 files changed +466
-457
lines changed Expand file tree Collapse file tree 4 files changed +466
-457
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ unstable = []
27
27
async-task = " 1.0.0"
28
28
cfg-if = " 0.1.9"
29
29
crossbeam-channel = " 0.3.9"
30
- futures-channel-preview = " 0.3.0-alpha.18"
31
30
futures-core-preview = " 0.3.0-alpha.18"
32
31
futures-io-preview = " 0.3.0-alpha.18"
33
- futures-timer = " 0.3 .0"
32
+ futures-timer = " 0.4 .0"
34
33
lazy_static = " 1.3.0"
35
34
log = { version = " 0.4.8" , features = [" kv_unstable" ] }
36
35
memchr = " 2.2.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use async_std::io;
7
7
use async_std:: prelude:: * ;
8
8
use async_std:: task;
9
9
10
- const LEN : usize = 4 * 1024 * 1024 ; // 4 Mb
10
+ const LEN : usize = 16 * 1024 ; // 16 Kb
11
11
12
12
fn main ( ) -> io:: Result < ( ) > {
13
13
let path = args ( ) . nth ( 1 ) . expect ( "missing path argument" ) ;
You can’t perform that action at this time.
0 commit comments