vali 6 жил өмнө
parent
commit
1f48ecd837

+ 2 - 2
datainf/logic/HttpDangerTimer.php

@@ -48,13 +48,13 @@ class HttpDangerTimer
         }
 
         if ($serv->worker_id == 1) {
-            Swoole\Timer::tick(30000, function ($id) {
+            Swoole\Timer::tick(60000, function ($id) {
                 $this->HandleMatch();
             });
         }
 
         if ($serv->worker_id == 2) {
-            Swoole\Timer::tick(30000, function ($id) {
+            Swoole\Timer::tick(60000, function ($id) {
                 $this->HandleOrderInvalid();
             });
         }