Raffaele Gambelli created OAK-11931:
---------------------------------------
Summary: Wrong default value for PREV_NO_PROP_CACHE
Key: OAK-11931
URL: https://issues.apache.org/jira/browse/OAK-11931
Project: Jackrabbit Oak
Issue Type: Bug
Reporter: Raffaele Gambelli
As I wrote in oak-dev mailing list:
the default value should be DEFAULT_PREV_NO_PROP_CACHE_PERCENTAGE but it is
currently not that.
Class DocumentNodeStoreBuilder
@AttributeDefinition(
name = "PrevNoProp Cache",
description = "Percentage of cache to be allocated towards PrevNoProp cache."
+ " This cache is used to keep non existence of properties in previous
documents and can be small.")
int prevNoPropCachePercentage() default DEFAULT_PREV_DOC_CACHE_PERCENTAGE;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)