mirror of https://github.com/status-im/consul.git
consul: Increase network timeout value
This commit is contained in:
parent
e54d8f6c07
commit
800975200a
|
@ -215,7 +215,7 @@ func (s *Server) setupRaft() error {
|
|||
}
|
||||
|
||||
// Create a transport layer
|
||||
trans := raft.NewNetworkTransport(s.raftLayer, 3, 500*time.Millisecond, s.config.LogOutput)
|
||||
trans := raft.NewNetworkTransport(s.raftLayer, 3, 10*time.Second, s.config.LogOutput)
|
||||
s.raftTransport = trans
|
||||
|
||||
// Setup the peer store
|
||||
|
|
Loading…
Reference in New Issue