thomasmueller commented on code in PR #662:
URL: https://github.com/apache/jackrabbit-oak/pull/662#discussion_r942590924
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryEngineSettings.java:
##########
@@ -59,7 +61,9 @@ public class QueryEngineSettings implements
QueryEngineSettingsMBean, QueryLimit
public static final String OAK_QUERY_PREFETCH_COUNT = "oak.prefetchCount";
- public static final int DEFAULT_PREFETCH_COUNT =
Integer.getInteger(OAK_QUERY_PREFETCH_COUNT, 0);
+ public static final String FT_NAME_PREFETCH_FOR_QUERIES =
"FT_PREFETCH_OAK-9893";
Review Comment:
I expect that we add more and more feature toggles in various components. It
would limit modularity if we list them in a central place I assume.
--
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]