mirror of https://github.com/apache/cloudstack.git
Declare interval as non dynamic
This commit is contained in:
parent
e0e9d641fb
commit
97845169e2
|
|
@ -4869,7 +4869,7 @@ public class NetworkOrchestrator extends ManagerBase implements NetworkOrchestra
|
|||
public static final ConfigKey<Integer> NetworkGcWait = new ConfigKey<Integer>(Integer.class, "network.gc.wait", "Advanced", "600",
|
||||
"Time (in seconds) to wait before shutting down a network that's not in used", false, Scope.Global, null);
|
||||
public static final ConfigKey<Integer> NetworkGcInterval = new ConfigKey<Integer>(Integer.class, "network.gc.interval", "Advanced", "600",
|
||||
"Seconds to wait before checking for networks to shutdown", true, Scope.Global, null);
|
||||
"Seconds to wait before checking for networks to shutdown", false, Scope.Global, null);
|
||||
|
||||
@Override
|
||||
public ConfigKey<?>[] getConfigKeys() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue