Browse Source

打开补推队列

lcl 1 năm trước cách đây
mục cha
commit
45e530dfd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(); //队列程序
                 // ......其他队列程序