Skip to content

Commit

Permalink
Change prefix of feature setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Jun 1, 2018
1 parent 8be176c commit 1f66829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public abstract class TcpTransport extends AbstractLifecycleComponent implements
private static final long NINETY_PER_HEAP_SIZE = (long) (JvmInfo.jvmInfo().getMem().getHeapMax().getBytes() * 0.9);
private static final BytesReference EMPTY_BYTES_REFERENCE = new BytesArray(new byte[0]);

public static final String FEATURE_PREFIX = "client.features";
public static final String FEATURE_PREFIX = "transport.features";
public static final Setting<Settings> DEFAULT_FEATURES_SETTING = Setting.groupSetting(FEATURE_PREFIX + ".", Setting.Property.NodeScope);
private final String[] features;

Expand Down

0 comments on commit 1f66829

Please sign in to comment.