Explorar el Código

fix:补全swoole定时器中的注释

brook hace 3 años
padre
commit
bf2853aaa0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      common/components/SwooleAsyncTimer.php

+ 1 - 0
common/components/SwooleAsyncTimer.php

@@ -53,6 +53,7 @@ class SwooleAsyncTimer extends SwooleAsyncTimerComponent implements SocketInterf
         Queue::instance()->consumeTask();
         // 实时监听计算系统修改的period表字段
         CalcConsole::listenCalcPeriod();
+        //业务系统预计算相关启动逻辑
         CalcConsole::listenAutoPerfPeriod();
         return true;
     }