stefan-egli commented on code in PR #1779:
URL: https://github.com/apache/jackrabbit-oak/pull/1779#discussion_r1829552654
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -106,6 +106,11 @@
description = "Percentage of cache to be allocated towards Diff
cache")
int diffCachePercentage() default DEFAULT_DIFF_CACHE_PERCENTAGE;
+ @AttributeDefinition(
+ name = "PrevNoProp Cache",
+ description = "Percentage of cache to be allocated towards
PrepNoProp cache")
Review Comment:
where should the one-liner go? we usually aren't doing a lot of description
of the caches in the config value themselves neither..
--
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]