diff options
Diffstat (limited to 'web/job')
| -rw-r--r-- | web/job/check_client_ip_job.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 580ce35a..1c5dec83 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -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 |
