From a3f5532ea5bc17cd2a55b4f9e83db7b9d0ab2a0a Mon Sep 17 00:00:00 2001 From: ap-pauloafonso Date: Thu, 18 Mar 2021 19:07:02 -0300 Subject: [PATCH] undo interval 30s --- internal/ratiospoof/ratiospoof.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ratiospoof/ratiospoof.go b/internal/ratiospoof/ratiospoof.go index 03be44c..f48e0cc 100644 --- a/internal/ratiospoof/ratiospoof.go +++ b/internal/ratiospoof/ratiospoof.go @@ -132,7 +132,6 @@ func (R *RatioSpoof) updateInterval(interval int) { } else { R.AnnounceInterval = 1800 } - R.AnnounceInterval = 30 R.updateEstimatedTimeToAnnounce(R.AnnounceInterval) }