From 362aa07f5a1352072ac6b981f6b4ac3912811c31 Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Wed, 1 Apr 2026 17:20:37 +0200 Subject: [PATCH] fix: DB wipeout to 1 week again --- config/game.settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/game.settings.json b/config/game.settings.json index f263196..36ba2f4 100644 --- a/config/game.settings.json +++ b/config/game.settings.json @@ -1,7 +1,7 @@ { "dailyActionQuota": 100, "teamActionQuota": 100, - "databaseWipeoutIntervalSeconds": 600, + "databaseWipeoutIntervalSeconds": 604800, "configReloadIntervalSeconds": 30, "elementWorth": { "common": 0.1,