andrijapanicsb commented on code in PR #10776:
URL: https://github.com/apache/cloudstack/pull/10776#discussion_r2731143221
##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -4868,7 +4869,7 @@ public String getConfigComponentName() {
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);
Review Comment:
true :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]