mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +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
|
return opts
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user