Technoboy- commented on code in PR #22295:
URL: https://github.com/apache/pulsar/pull/22295#discussion_r1529650363
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -2195,13 +2195,13 @@ The max allowed delay for delayed delivery (in
milliseconds). If the broker rece
category = CATEGORY_STORAGE_ML,
doc = "Minimum backlog entries for any cursor before start caching
reads"
)
- private int managedLedgerMinimumBacklogEntriesForCaching = 1000;
+ private int managedLedgerMinimumBacklogEntriesForCaching = 100;
Review Comment:
> make ServiceConfiguration.java defaults match the defaults in broker.conf
Which is the correct value for these two fields?
--
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]