mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 01:08:08 +08:00
Merge pull request #2327 from ipfs/fix/bump-kvalue
bump kvalue from 10 to 20
This commit is contained in:
commit
4acc7f0ffd
@ -8,7 +8,7 @@ import (
|
||||
var PoolSize = 6
|
||||
|
||||
// K is the maximum number of requests to perform before returning failure.
|
||||
var KValue = 10
|
||||
var KValue = 20
|
||||
|
||||
// Alpha is the concurrency factor for asynchronous requests.
|
||||
var AlphaValue = 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user