Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Jan 28, 2025
1 parent a83b97d commit 4446c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public interface NetworkPlugin {
abstract class AuxTransport extends AbstractLifecycleComponent {
public static final String AUX_SETTINGS_PREFIX = "aux.transport.";
public static final String AUX_TRANSPORT_TYPES_KEY = AUX_SETTINGS_PREFIX + "types";
public static final String AUX_PORT_DEFAULTS = "9450-9500";
public static final String AUX_PORT_DEFAULTS = "9400-9500";
public static final Setting.AffixSetting<PortsRange> AUX_TRANSPORT_PORT = affixKeySetting(
AUX_SETTINGS_PREFIX,
"port",
Expand Down

0 comments on commit 4446c67

Please sign in to comment.