Commit 56bc5a45 authored by Steven Allen's avatar Steven Allen

Increase FetchGraphConcurrency to 32

Given all the bitswap session improvements, I think it's time to give our users
some candy. This should allow us to actually take advantage of the increased
wantlist sizes.
parent 1d152427
......@@ -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