mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Make the client only reserve 512 ports.
This commit is contained in:
@@ -297,7 +297,7 @@ func DefaultConfig() *Config {
|
||||
NetworkSpeed: 100,
|
||||
MaxKillTimeout: "30s",
|
||||
ClientMinPort: 14000,
|
||||
ClientMaxPort: 19000,
|
||||
ClientMaxPort: 14512,
|
||||
},
|
||||
Server: &ServerConfig{
|
||||
Enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user