consul: Increase network timeout value

pull/19/head
Armon Dadgar 11 years ago
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…
Cancel
Save