From 7c8234a77ac5ff0bef476936f6ec74ea7ca45061 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 11 Sep 2024 02:05:19 +0200 Subject: [PATCH] 80 * 60 * 1000 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index fc389c3..c5028b6 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 = 55 * 60 * 1000; // 55m +const IP_REFRESH_INTERVAL = 80 * 60 * 1000; // 80m // Report IP addresses to api.sefinek.net to support the development of the repository at https://github.com/sefinek24/Malicious-IP-Addresses. If true, please see the .env file. const REPORT_TO_SEFINEK_API = true;