DaanHoogland commented on a change in pull request #4881:
URL: https://github.com/apache/cloudstack/pull/4881#discussion_r606167500
##########
File path:
api/src/main/java/org/apache/cloudstack/outofbandmanagement/OutOfBandManagementService.java
##########
@@ -33,6 +33,9 @@
ConfigKey<Integer> SyncThreadPoolSize = new ConfigKey<Integer>("Advanced",
Integer.class, "outofbandmanagement.sync.poolsize", "50",
"The out of band management background sync thread pool size",
true, ConfigKey.Scope.Global);
+ ConfigKey<Integer> outOfBandManagementBackgroundTaskExecutionInterval =
new ConfigKey<>("Advanced", Integer.class,
"outofbandmanagement.background.task.execution.interval", "4",
Review comment:
@GutoVeronezi it is just the convention for settings throughout the
system. No one will die either way.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]