1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

bump kvalue from 10 to 20

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-10 16:07:06 -08:00
parent 400a1aec7b
commit 0396fb967a

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