consul: Increase network timeout value

This commit is contained in:
Armon Dadgar 2014-02-22 11:13:59 -08:00
parent 974d227b94
commit f65ba3c365
1 changed files with 1 additions and 1 deletions

View File

@ -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