80 * 60 * 1000
This commit is contained in:
parent
e0138fcf8c
commit
7c8234a77a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue