Przeglądaj źródła

修改队列拉取数量

xiewj 1 rok temu
rodzic
commit
d0c07bb154

+ 1 - 1
720yun_fd_consumer/gis_consumer/src/main/resources/application-pro.yml

@@ -53,7 +53,7 @@ spring:
         connection-timeout: 0
         listener:
             simple:
-                prefetch: 5
+                prefetch: 1
                 max-concurrency: 10
                 acknowledge-mode: manual #开启消费者手动确认
             direct:

+ 1 - 1
720yun_fd_manage/gis_application/src/main/resources/application-pro.yml

@@ -60,7 +60,7 @@ spring:
         connection-timeout: 0
         listener:
             simple:
-                prefetch: 5
+                prefetch: 1
                 max-concurrency: 10
                 acknowledge-mode: manual #开启消费者手动确认
             direct: