mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 19:05:12 +08:00
Issue 62: Latest raft update breaks the build
This commit is contained in:
@@ -42,7 +42,7 @@ func NewRaftServer(r *mux.Router, version string, peers []string, httpAddr strin
|
||||
return nil
|
||||
}
|
||||
transporter.Install(s.raftServer, s)
|
||||
s.raftServer.SetHeartbeatTimeout(1 * time.Second)
|
||||
s.raftServer.SetHeartbeatInterval(1 * time.Second)
|
||||
s.raftServer.SetElectionTimeout(1500 * time.Millisecond)
|
||||
s.raftServer.Start()
|
||||
|
||||
|
Reference in New Issue
Block a user