diff --git a/web/job/check_clinet_ip_job.go b/web/job/check_clinet_ip_job.go index 6d6b0b63..1da1f744 100644 --- a/web/job/check_clinet_ip_job.go +++ b/web/job/check_clinet_ip_job.go @@ -105,7 +105,7 @@ func processLogFile() { LimitDevice := func() { LimitDevice() } stop := schedule(LimitDevice, 1000 *time.Millisecond) - time.Sleep(10 * time.Second) + time.Sleep(60 * time.Second) stop <- true }