nit0906 commented on code in PR #662:
URL: https://github.com/apache/jackrabbit-oak/pull/662#discussion_r942332159


##########
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 wonder if it might make sense to have all the Feature Toggles listed in a 
separate class (just to have a readily available list of feature toggles 
available in oak).
   
   Just a thought - not a strong suggestion. 



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