diff --git a/configs/config.yaml b/configs/config.yaml index bd943f7..cacc94f 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -33,13 +33,13 @@ rocketMQ: topic: voucher_order_create group: voucher_order_create_group isOpenConsumer: false #是否启动消费 true/false - PerCoroutineCnt: 3 #协程数量,不配置默认为20 + PerCoroutineCnt: 2 #协程数量,不配置默认为20 RetryCnt: 3 #重试次数,不配置默认38 notify: topic: voucher_order_notify group: voucher_order_notify_group isOpenConsumer: false #是否启动消费 true/false - PerCoroutineCnt: 3 #协程数量,不配置默认为20 + PerCoroutineCnt: 2 #协程数量,不配置默认为20 RetryCnt: 3 #重试次数,不配置默认38 wechatNotifyMQ: