From: Rudolf Polzer Date: Sat, 30 Sep 2023 10:51:29 +0000 (+0200) Subject: Powerbot: sync weekly only. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0022b6f692bce6332d2acaf2dca878f6cf0e7ea8;p=xonotic%2Fxonotic.git Powerbot: sync weekly only. --- 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 {