Sfoglia il codice sorgente

change thread count

supeng 1 anno fa
parent
commit
34ea711b49

+ 1 - 1
etl-core/src/main/java/com/tzld/crawler/etl/mq/EtlMQConsumer.java

@@ -61,7 +61,7 @@ public class EtlMQConsumer {
     private String topic;
     @Value("${rocketmq.crawler.etl.groupid:}")
     private String groupId;
-    @Value("${consumer.thread.size:10}")
+    @Value("${consumer.thread.size:32}")
     private Integer threadSize;
 
     private MQConsumer consumer;