lizhanhui commented on code in PR #5409:
URL: https://github.com/apache/rocketmq/pull/5409#discussion_r1006510286
##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -216,6 +217,8 @@ public class BrokerConfig extends BrokerIdentity {
private long reviveInterval = 1000;
private long reviveMaxSlow = 3;
private long reviveScanTime = 10000;
+ private boolean enableSkipLongWaitAck = false;
Review Comment:
enableSkipLongWaitAck --> enableSkipLongAwaitingAck
--
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]