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 = []
2727async-task = " 1.0.0"
2828cfg-if = " 0.1.9"
2929crossbeam-channel = " 0.3.9"
30- futures-channel-preview = " 0.3.0-alpha.18"
3130futures-core-preview = " 0.3.0-alpha.18"
3231futures-io-preview = " 0.3.0-alpha.18"
33- futures-timer = " 0.3 .0"
32+ futures-timer = " 0.4 .0"
3433lazy_static = " 1.3.0"
3534log = { version = " 0.4.8" , features = [" kv_unstable" ] }
3635memchr = " 2.2.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use async_std::io;
77use async_std:: prelude:: * ;
88use async_std:: task;
99
10- const LEN : usize = 4 * 1024 * 1024 ; // 4 Mb
10+ const LEN : usize = 16 * 1024 ; // 16 Kb
1111
1212fn main ( ) -> io:: Result < ( ) > {
1313 let path = args ( ) . nth ( 1 ) . expect ( "missing path argument" ) ;
You can’t perform that action at this time.
0 commit comments