mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 15:44:58 +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
|
return nil
|
||||||
}
|
}
|
||||||
transporter.Install(s.raftServer, s)
|
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.SetElectionTimeout(1500 * time.Millisecond)
|
||||||
s.raftServer.Start()
|
s.raftServer.Start()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user