forked from extern/smegmesh
Added health system to count how many times a node
fails to conenct.
This commit is contained in:
@@ -41,7 +41,7 @@ func (s *TimeStampSchedulerImpl) Run() error {
|
||||
func NewTimestampScheduler(ctrlServer *ctrlserver.MeshCtrlServer) TimestampScheduler {
|
||||
return &TimeStampSchedulerImpl{
|
||||
meshManager: ctrlServer.MeshManager,
|
||||
updateRate: ctrlServer.Conf.KeepAliveRate,
|
||||
updateRate: ctrlServer.Conf.KeepAliveTime,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user