提交 22255db4 作者: Jeromy

make numbers bigger!

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 40533eda
...@@ -437,7 +437,7 @@ func (p *ProgressTracker) Value() int { ...@@ -437,7 +437,7 @@ func (p *ProgressTracker) Value() int {
// FetchGraphConcurrency is total number of concurrent fetches that // FetchGraphConcurrency is total number of concurrent fetches that
// 'fetchNodes' will start at a time // 'fetchNodes' will start at a time
var FetchGraphConcurrency = 8 var FetchGraphConcurrency = 128
func EnumerateChildrenAsync(ctx context.Context, getLinks GetLinks, c *cid.Cid, visit func(*cid.Cid) bool) error { func EnumerateChildrenAsync(ctx context.Context, getLinks GetLinks, c *cid.Cid, visit func(*cid.Cid) bool) error {
feed := make(chan *cid.Cid) feed := make(chan *cid.Cid)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论