Skip to content

Commit 05b6192

Browse files
committed
Revert setting timeout (#249)
1 parent f0cfa1f commit 05b6192

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

node/node.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,7 @@ func loadStateFromDBOrGenesisDocProvider(stateStore sm.Store, genDoc *types.Gene
808808

809809
func getRouterConfig(conf *config.Config, appClient abciclient.Client) p2p.RouterOptions {
810810
opts := p2p.RouterOptions{
811-
QueueType: conf.P2P.QueueType,
812-
DialTimeout: conf.P2P.DialTimeout,
813-
HandshakeTimeout: conf.P2P.HandshakeTimeout,
814-
ResolveTimeout: conf.P2P.HandshakeTimeout,
811+
QueueType: conf.P2P.QueueType,
815812
}
816813

817814
if conf.FilterPeers && appClient != nil {

0 commit comments

Comments
 (0)