codelipenghui commented on a change in pull request #13738:
URL: https://github.com/apache/pulsar/pull/13738#discussion_r783815137



##########
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:
       I think we should update the doc. 1 hour is too long for most cases. 
@merlimat @rdhabalia Please help confirm.




-- 
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]


Reply via email to