From 143c70534b24de6aaee47a94eed08588d7328a51 Mon Sep 17 00:00:00 2001 From: Vadim Iskuchekov Date: Sun, 14 Sep 2025 12:10:43 +0200 Subject: [PATCH] cleanup comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/web.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/web.go b/web/web.go index f06f3e79..a113bf2d 100644 --- a/web/web.go +++ b/web/web.go @@ -277,16 +277,6 @@ func (s *Server) startTask() { // Run once a month, midnight, first of month s.cron.AddJob("@monthly", job.NewPeriodicTrafficResetJob("monthly")) - // TODO: Client traffic reset jobs - // logger.Info("Scheduling periodic client traffic reset jobs") - // Run once a day, midnight - // TODO: for testing, run every 10s, change back to daily later - // s.cron.AddJob("@every 10s", job.NewPeriodicClientTrafficResetJob("daily")) - // s.cron.AddJob("* * * * *", job.NewPeriodicClientTrafficResetJob("daily")) - // Run once a week, midnight between Sat/Sun - // s.cron.AddJob("@weekly", job.NewPeriodicClientTrafficResetJob("weekly")) - // Run once a month, midnight, first of month - // s.cron.AddJob("@monthly", job.NewPeriodicClientTrafficResetJob("monthly")) } // Make a traffic condition every day, 8:30