Set SUCCESS_COOLDOWN_MS to 1

This commit is contained in:
Sefinek 2024-09-18 12:33:41 +02:00
parent b4c851c3ca
commit ee5dca98bc

View file

@ -26,7 +26,7 @@ REPORTED_IP_COOLDOWN_MS=6
MAX_URL_LENGTH=920
# Additional delay (in seconds) after each successful IP report to avoid overloading the AbuseIPDB API.
SUCCESS_COOLDOWN_MS=2
SUCCESS_COOLDOWN_MS=1
# Interval for refreshing your IP address (in minutes).
# This ensures that WAF violations originating from your IP address are not reported to AbuseIPDB.