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:

committed by
Juan Batiz-Benet

parent
9e4b9714ce
commit
30eb8f213f
@ -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,
|
||||
|
Reference in New Issue
Block a user