Skip to content

Commit 90468ae

Browse files
Update engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
Co-authored-by: Wei Zhou <weizhou@apache.org>
1 parent e1025a9 commit 90468ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -4867,7 +4867,7 @@ public String getConfigComponentName() {
48674867
}
48684868

48694869
public static final ConfigKey<Integer> NetworkGcWait = new ConfigKey<Integer>(Integer.class, "network.gc.wait", "Advanced", "600",
4870-
"Time (in seconds) to wait before shutting down a network that's not in used", false, Scope.Global, null);
4870+
"Time (in seconds) to wait before shutting down a network that's not in used", true, Scope.Global, null);
48714871
public static final ConfigKey<Integer> NetworkGcInterval = new ConfigKey<Integer>(Integer.class, "network.gc.interval", "Advanced", "600",
48724872
"Seconds to wait before checking for networks to shutdown", false, Scope.Global, null);
48734873

0 commit comments

Comments
 (0)