undo interval 30s

This commit is contained in:
ap-pauloafonso 2021-03-18 19:07:02 -03:00
parent 1e72341df7
commit a3f5532ea5

View file

@ -132,7 +132,6 @@ func (R *RatioSpoof) updateInterval(interval int) {
} else { } else {
R.AnnounceInterval = 1800 R.AnnounceInterval = 1800
} }
R.AnnounceInterval = 30
R.updateEstimatedTimeToAnnounce(R.AnnounceInterval) R.updateEstimatedTimeToAnnounce(R.AnnounceInterval)
} }