nvazquez commented on code in PR #7132:
URL: https://github.com/apache/cloudstack/pull/7132#discussion_r1086741420
##########
api/src/main/java/org/apache/cloudstack/consoleproxy/ConsoleAccessManager.java:
##########
@@ -18,9 +18,31 @@
import com.cloud.utils.component.Manager;
import org.apache.cloudstack.api.command.user.consoleproxy.ConsoleEndpoint;
+import org.apache.cloudstack.framework.config.ConfigKey;
public interface ConsoleAccessManager extends Manager {
+ ConfigKey<Boolean> ConsoleSessionCleanupEnabled = new
ConfigKey<>("Advanced", Boolean.class,
+ "console.session.cleanup.enabled",
+ "true",
+ "Enables/disables the console session cleanup thread.",
+ true,
+ ConfigKey.Scope.Global);
Review Comment:
Makes sense, thanks
--
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]