IP Limit Tweaks to reduce false bans (#850)

* IP Limit Tweaks to reduce false bans
1) Check IPs every 10s instead of 20s
2) F2B jail: maxretry 3 -> 4, findtime 100 -> 60

* USERS SHOULD UPDATE BANTIME ONCE AFTER UPDATE
to recreate jail for Ip Limit
This commit is contained in:
somebodywashere
2023-08-01 23:58:16 +03:00
committed by GitHub
parent b805bf6222
commit dd0217b46b
3 changed files with 6 additions and 6 deletions

View File

@@ -130,8 +130,8 @@ func (j *CheckClientIpJob) processLogFile() {
}
// added 3 seconds delay before cleaning logs to reduce chance of logging IP that already has been banned
time.Sleep(time.Second * 3)
// added delay before cleaning logs to reduce chance of logging IP that already has been banned
time.Sleep(time.Second * 2)
if shouldCleanLog {
// copy access log to persistent file