Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-merkledag
Commits
1cc06b0c
Unverified
Commit
1cc06b0c
authored
Feb 15, 2019
by
Steven Allen
Committed by
GitHub
Feb 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #29 from ipfs/feat/candy
Increase FetchGraphConcurrency to 32
parents
52d24d66
56bc5a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
merkledag.go
merkledag.go
+1
-1
No files found.
merkledag.go
View file @
1cc06b0c
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment