소스 검색

MOD: merge_config

sunxy 1 년 전
부모
커밋
1dabcc5c48
1개의 변경된 파일11개의 추가작업 그리고 9개의 파일을 삭제
  1. 11 9
      recommend-server-service/src/main/resources/merge_config.conf

+ 11 - 9
recommend-server-service/src/main/resources/merge_config.conf

@@ -18,15 +18,17 @@ queue-config = {
       }
       global-hot-queue = {
           class = "com.tzld.piaoquan.recommend.server.framework.merger.SimpleMergeQueue"
-          global1h-index = {
-              class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global1hHotCandidate"
-          }
-          global3h-index = {
-              class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global3hHotCandidate"
-          }
-          global24h-index = {
-              class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global24hHotCandidate"
-          }
+          children = {
+            global1h-index = {
+                class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global1hHotCandidate"
+            }
+            global3h-index = {
+                class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global3hHotCandidate"
+            }
+            global24h-index = {
+                class = "com.tzld.piaoquan.recommend.server.implement.candidate.Global24hHotCandidate"
+            }
+         }
       }
     }
   }