소스 검색

打开补推队列

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(); //队列程序
                 // ......其他队列程序