From 0022b6f692bce6332d2acaf2dca878f6cf0e7ea8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 30 Sep 2023 12:51:29 +0200 Subject: [PATCH] Powerbot: sync weekly only. --- misc/infrastructure/powerbot/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/infrastructure/powerbot/bot.go b/misc/infrastructure/powerbot/bot.go index e62906e8..1369482f 100644 --- a/misc/infrastructure/powerbot/bot.go +++ b/misc/infrastructure/powerbot/bot.go @@ -15,7 +15,7 @@ import ( const ( syncInterval = time.Minute - syncForceFrequency = 24 * 60 + syncForceFrequency = 7 * 24 * time.Hour /syncInterval ) type Config struct { -- 2.39.2