瀏覽代碼

打开补推队列

lcl 1 年之前
父節點
當前提交
45e530dfd3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/StartHelper.cs

+ 1 - 1
AppStart/StartHelper.cs

@@ -14,7 +14,7 @@
             {
                 SourceHelper.Instance.Start(); //获取原始数据队列
                 PushHelper.Instance.Start(); //推送队列
-                // RePushHelper.Instance.Start(); //重新推送队列
+                RePushHelper.Instance.Start(); //重新推送队列
 
                 // DefaultHelper.Instance.Start(); //队列程序
                 // ......其他队列程序