8 * 60 * 1000
This commit is contained in:
parent
73c8a834d3
commit
5860aba631
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ exports.CONFIG = {
|
||||||
|
|
||||||
// Interval for refreshing your IP address (in minutes).
|
// Interval for refreshing your IP address (in minutes).
|
||||||
// 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.
|
||||||
IP_REFRESH_INTERVAL: 80 * 60 * 1000,
|
IP_REFRESH_INTERVAL: 8 * 60 * 1000,
|
||||||
},
|
},
|
||||||
|
|
||||||
SEFINEK_API: {
|
SEFINEK_API: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue