提交 30eb8f21 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

adjust const

to test jenkins

License: MIT
Signed-off-by: 's avatarBrian Tiger Chow <brian@perfmode.com>
上级 9e4b9714
......@@ -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,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论