diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:49:51 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:49:51 +0300 |
| commit | 1277285d0835fdf2f2184f067140e2390fa083bb (patch) | |
| tree | 3cead6275d1fe3985b28441dab42e08432f571c0 /web/web.go | |
| parent | 75df8a05f1fa0bcc914f1b132f8c99c5497367c3 (diff) | |
[db] Enbancement add traffic fully transactional
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/web.go')
| -rw-r--r-- | web/web.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -247,9 +247,6 @@ func (s *Server) startTask() { s.cron.AddJob("@every 10s", job.NewXrayTrafficJob()) }() - // Check the inbound traffic every 30 seconds that the traffic exceeds and expires - s.cron.AddJob("@every 30s", job.NewCheckInboundJob()) - // check client ips from log file every 10 sec s.cron.AddJob("@every 10s", job.NewCheckClientIpJob()) |
