vali 6 vuotta sitten
vanhempi
commit
1f48ecd837
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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();
             });
         }