Unverified Commit 1cc06b0c authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #29 from ipfs/feat/candy

Increase FetchGraphConcurrency to 32
parents 52d24d66 56bc5a45
......@@ -342,7 +342,7 @@ func (p *ProgressTracker) Value() int {
// FetchGraphConcurrency is total number of concurrent fetches that
// 'fetchNodes' will start at a time
var FetchGraphConcurrency = 8
var FetchGraphConcurrency = 32
// EnumerateChildrenAsync is equivalent to EnumerateChildren *except* that it
// fetches children in parallel.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment