Skip to content

Commit 9784516

Browse files
committed
Declare interval as non dynamic
1 parent e0e9d64 commit 9784516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4869,7 +4869,7 @@ public String getConfigComponentName() {
48694869
public static final ConfigKey<Integer> NetworkGcWait = new ConfigKey<Integer>(Integer.class, "network.gc.wait", "Advanced", "600",
48704870
"Time (in seconds) to wait before shutting down a network that's not in used", false, Scope.Global, null);
48714871
public static final ConfigKey<Integer> NetworkGcInterval = new ConfigKey<Integer>(Integer.class, "network.gc.interval", "Advanced", "600",
4872-
"Seconds to wait before checking for networks to shutdown", true, Scope.Global, null);
4872+
"Seconds to wait before checking for networks to shutdown", false, Scope.Global, null);
48734873

48744874
@Override
48754875
public ConfigKey<?>[] getConfigKeys() {

0 commit comments

Comments
 (0)