瀏覽代碼

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

brook 3 年之前
父節點
當前提交
bf2853aaa0
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
     }