Skip to content

Commit

Permalink
QOL commit - Enable gRPC feature flag. Unsigned.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnegancarroll committed Nov 7, 2024
1 parent a8547dd commit ca6b2d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public class FeatureFlags {
public static final String GRPC_EXPERIMENTAL = "opensearch.experimental.feature.grpc.enabled";
public static final Setting<Boolean> GRPC_ENABLE_SETTING = Setting.boolSetting(
GRPC_EXPERIMENTAL,
false,
true,
Property.NodeScope
);

Expand Down

0 comments on commit ca6b2d3

Please sign in to comment.