1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 15:08:45 +08:00

adjust const

to test jenkins

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow
2014-12-08 19:36:39 -08:00
committed by Juan Batiz-Benet
parent 9e4b9714ce
commit 30eb8f213f

View File

@ -23,7 +23,7 @@ const (
period = 30 * time.Second // how often to check connection status
connectiontimeout time.Duration = period / 3 // duration to wait when attempting to connect
recoveryThreshold = 4 // attempt to bootstrap if connection count falls below this value
numDHTBootstrapQueries = 10 // number of DHT queries to execute
numDHTBootstrapQueries = 15 // number of DHT queries to execute
)
func superviseConnections(parent context.Context,