vali hace 6 años
padre
commit
1f48ecd837
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      datainf/logic/HttpDangerTimer.php

+ 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();
             });
         }