80 * 60 * 1000

This commit is contained in:
Sefinek 2024-09-11 02:05:19 +02:00
parent e0138fcf8c
commit 7c8234a77a

View file

@ -15,7 +15,7 @@ const SUCCESS_COOLDOWN_MS = 2 * 1000; // 2s
// Interval for refreshing your IP address. // Interval for refreshing your IP address.
// This ensures that WAF violations originating from your IP address are not reported to AbuseIPDB. // 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. // 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; const REPORT_TO_SEFINEK_API = true;