55 * 60 * 1000

This commit is contained in:
Sefinek 2024-09-08 21:33:59 +02:00
parent 994d0c8910
commit 0f90d8ebc0

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 = 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. // 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; const REPORT_TO_SEFINEK_API = true;