RobertIndie commented on a change in pull request #13738:
URL: https://github.com/apache/pulsar/pull/13738#discussion_r791429174
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ConsumerConfigurationData.java
##########
@@ -114,7 +114,7 @@ public int getMaxPendingChuckedMessage() {
private boolean autoAckOldestChunkedMessageOnQueueFull = false;
- private long expireTimeOfIncompleteChunkedMessageMillis = 60 * 1000;
+ private long expireTimeOfIncompleteChunkedMessageMillis =
TimeUnit.HOURS.toMillis(1);
Review comment:
+1 for updating the doc. If there are no other objections, I will update
the doc.
--
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]