mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
bump kvalue from 10 to 20
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
|||||||
var PoolSize = 6
|
var PoolSize = 6
|
||||||
|
|
||||||
// K is the maximum number of requests to perform before returning failure.
|
// 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.
|
// Alpha is the concurrency factor for asynchronous requests.
|
||||||
var AlphaValue = 3
|
var AlphaValue = 3
|
||||||
|
Reference in New Issue
Block a user