bump kvalue from 10 to 20
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Feb 10, 2016 at 16:07 UTC
0396fb967aff1ece874f1bb0e23d6cd2cf9bb98c
1 file changed
+1
-1
routing/dht/util.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
var PoolSize = 6
9
10
// K is the maximum number of requests to perform before returning failure.
11
-var KValue = 10
11
+var KValue = 20
12
13
// Alpha is the concurrency factor for asynchronous requests.
14
var AlphaValue = 3