From 0396fb967aff1ece874f1bb0e23d6cd2cf9bb98c Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 10 Feb 2016 16:07:06 -0800 Subject: [PATCH] bump kvalue from 10 to 20 License: MIT Signed-off-by: Jeromy --- routing/dht/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/dht/util.go b/routing/dht/util.go index 2b0c1e2a2..a605759a9 100644 --- a/routing/dht/util.go +++ b/routing/dht/util.go @@ -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