Modified syncer

This commit is contained in:
Tim Beatham 2023-11-06 10:05:23 +00:00
parent c88012cf71
commit bc6cd4fdd5

View File

@ -107,7 +107,6 @@ func (s *SyncerImpl) Sync(meshId string) error {
logging.Log.WriteInfof("SYNC COUNT: %d", s.syncCount)
s.infectionCount = ((s.conf.InfectionCount + s.infectionCount - 1) % s.conf.InfectionCount)
return nil
}