make it updateable

This commit is contained in:
Simon Willnauer 2015-12-17 17:26:11 +01:00
parent eae3da3b54
commit 87f800cdca
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import java.util.Map;
public interface Transport extends LifecycleComponent<Transport> {
Setting<Settings> TRANSPORT_PROFILES_SETTING = Setting.groupSetting("transport.profiles.", false, Setting.Scope.CLUSTER);
Setting<Settings> TRANSPORT_PROFILES_SETTING = Setting.groupSetting("transport.profiles.", true, Setting.Scope.CLUSTER);
public static class TransportSettings {
public static final String TRANSPORT_TCP_COMPRESS = "transport.tcp.compress";