提交 9c6270f1 编写于 作者: D Davies Liu

Change default number of prefetch threads from 3 to 1

Closes #246
上级 a04b66af
......@@ -300,7 +300,7 @@ func clientFlags() []cli.Flag {
},
&cli.IntFlag{
Name: "prefetch",
Value: 3,
Value: 1,
Usage: "prefetch N blocks in parallel",
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册