@cryptotaxi247 / kubo / commits / 30eb8f213

adjust const

to test jenkins License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>

Brian Tiger Chow committed Dec 8, 2014 at 19:36 UTC 30eb8f213f219ab940e020426b98e09b3f695fdd
1 file changed +1 -1
core/bootstrap.go
+1 -1
@@ -23,7 +23,7 @@ const (
23 period = 30 * time.Second // how often to check connection status
24 connectiontimeout time.Duration = period / 3 // duration to wait when attempting to connect
25 recoveryThreshold = 4 // attempt to bootstrap if connection count falls below this value
26 - numDHTBootstrapQueries = 10 // number of DHT queries to execute
26 + numDHTBootstrapQueries = 15 // number of DHT queries to execute
27 )
28
29 func superviseConnections(parent context.Context,