From 0f90d8ebc0e05a0e429ec0d457c1f0e6b61c94c2 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 8 Sep 2024 21:33:59 +0200 Subject: [PATCH] 55 * 60 * 1000 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index b6c943d..bd5e38b 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ const SUCCESS_COOLDOWN_MS = 2 * 1000; // 2s // Interval for refreshing your IP address. // This ensures that WAF violations originating from your IP address are not reported to AbuseIPDB. -const IP_REFRESH_INTERVAL = 9 * 60 * 1000; // 9m +const IP_REFRESH_INTERVAL = 55 * 60 * 1000; // 55m // Report IP addresses to api.sefinek.net to support the development of the repository https://github.com/sefinek24/malicious-ip-addresses. If true, please see the .env file. const REPORT_TO_SEFINEK_API = true;