Skip to content

Commit

Permalink
set flag value to false by default
Browse files Browse the repository at this point in the history
Signed-off-by: sahil buddharaju <[email protected]>
  • Loading branch information
sahil buddharaju committed Aug 8, 2023
1 parent 83d3886 commit 3ebcc48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class TransportSearchAction extends HandledTransportAction<SearchRequest,
public static final String SEARCH_REQUEST_STATS_ENABLED_KEY = "search.request_stats_enabled";
public static final Setting<Boolean> SEARCH_REQUEST_STATS_ENABLED = Setting.boolSetting(
SEARCH_REQUEST_STATS_ENABLED_KEY,
true,
false,
Property.Dynamic,
Property.NodeScope
);
Expand Down

0 comments on commit 3ebcc48

Please sign in to comment.