Skip to content

Commit

Permalink
enabling cache and 10k leaf
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Feb 19, 2024
1 parent aab47d1 commit 1f7d947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/opensearch/index/IndexModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public Iterator<Setting<?>> settings() {
// whether to use the query cache
public static final Setting<Boolean> INDEX_QUERY_CACHE_ENABLED_SETTING = Setting.boolSetting(
"index.queries.cache.enabled",
false,
true,
Property.IndexScope
);

Expand Down

0 comments on commit 1f7d947

Please sign in to comment.