We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834b727 commit e1453daCopy full SHA for e1453da
dht_options.go
@@ -117,7 +117,7 @@ var defaults = func(o *config) error {
117
o.maxRecordAge = time.Hour * 36
118
119
o.bucketSize = defaultBucketSize
120
- o.concurrency = 3
+ o.concurrency = 10
121
o.resiliency = 3
122
123
o.v1CompatibleMode = true
@@ -281,7 +281,7 @@ func BucketSize(bucketSize int) Option {
281
282
// Concurrency configures the number of concurrent requests (alpha in the Kademlia paper) for a given query path.
283
//
284
-// The default value is 3.
+// The default value is 10.
285
func Concurrency(alpha int) Option {
286
return func(c *config) error {
287
c.concurrency = alpha
0 commit comments