From 5860aba631a421c817fdc2e0b3198f6c3958fb56 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 2 Feb 2025 01:54:05 +0100 Subject: [PATCH] 8 * 60 * 1000 --- config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.js b/config.default.js index 8bd6f0e..8412e62 100644 --- a/config.default.js +++ b/config.default.js @@ -23,7 +23,7 @@ exports.CONFIG = { // Interval for refreshing your IP address (in minutes). // This ensures that WAF violations originating from your IP address are not reported to AbuseIPDB. - IP_REFRESH_INTERVAL: 80 * 60 * 1000, + IP_REFRESH_INTERVAL: 8 * 60 * 1000, }, SEFINEK_API: {