Parcourir la source

몰메인 컨텐츠 배치시간 수정

jmh il y a 4 ans
Parent
commit
4b1f91249e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/config/application-style.yml

+ 1 - 1
src/main/resources/config/application-style.yml

@@ -100,7 +100,7 @@ cron:
         category.stock.create: 0 5/10 * * * *    #카테고리별 재고 생성 (1시간 1회)
         #category.filter.create: 0 45 * * * *     #카테고리별 검색필터 생성 (1시간 1회). 사용안함
         recently.reg.goods.create: 0 45 * * * *  #최근등록된 상품 100개 생성
-        main.contents.goods.create: 0 15 * * * * #몰 메인 컨텐츠 상품생성 (1시간 1회)
+        main.contents.goods.create: 0 5 * * * *  #몰 메인 컨텐츠 상품생성 (1시간 1회)
 
     # 주문
     order: