USERS SHOULD UPDATE BANTIME ONCE AFTER UPDATE

to recreate jail for Ip Limit
This commit is contained in:
somebodywashere 2023-08-01 20:15:26 +00:00
parent 1820c6ffd4
commit b6014a9baa

View file

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