RongtongJin commented on code in PR #5887:
URL: https://github.com/apache/rocketmq/pull/5887#discussion_r1104145056
##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -392,11 +392,14 @@ public boolean isEnable() {
private long channelExpiredTimeout = 1000 * 120;
private long subscriptionExpiredTimeout = 1000 * 60 * 10;
+ private int batchDispatchRequestThreadPoolNums = 16;
Review Comment:
Why not put this config to MessageStoreConfig?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]