소스 검색

关闭旧的商品库同步

luojianqun 1 년 전
부모
커밋
7cb7a491ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EasySwooleEvent.php

+ 1 - 1
EasySwooleEvent.php

@@ -71,7 +71,7 @@ class EasySwooleEvent implements Event
         $crontab->register(new BalanceCrontab());
         $crontab->register(new SeckillCrontab());
 //        $crontab->register(new ElasticSearchGoodsCrontab()); //这个是比较老的,不再同步
-        $crontab->register(new ElasticSearchGoodsNewCrontab());
+//        $crontab->register(new ElasticSearchGoodsNewCrontab()); //这个是比较老的,不再同步
         $crontab->register(new ElasticSearchGoodsNewCrontab2());
         $crontab->attachToServer(ServerManager::getInstance()->getSwooleServer());
     }