Merge pull request #2327 from ipfs/fix/bump-kvalue

bump kvalue from 10 to 20
This commit is contained in:
Jeromy Johnson 2016-02-10 16:41:52 -08:00
commit 4acc7f0ffd

View File

@ -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