mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
p2p: set empty timeouts
This commit is contained in:
@@ -748,6 +748,8 @@ func getRouterConfig(conf *config.Config, appClient abciclient.Client) p2p.Route
|
||||
}
|
||||
|
||||
}
|
||||
opts.HandshakeTimeout = 15 * time.Second
|
||||
opts.DialTimeout = 5 * time.Second
|
||||
|
||||
return opts
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user