Skip to content

Commit 7b08fe0

Browse files
committed
update dynamic value of gs
1 parent bdb3ce7 commit 7b08fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ public interface ConsoleProxyManager extends Manager, ConsoleProxyService {
7575
"Console proxy url domain - domainName,privateip", false, ConfigKey.Scope.Zone, null);
7676

7777
ConfigKey<Integer> ConsoleProxySessionMax = new ConfigKey<>(Integer.class, "consoleproxy.session.max", "Console Proxy", String.valueOf(DEFAULT_PROXY_CAPACITY),
78-
"The max number of viewer sessions console proxy is configured to serve for", false, ConfigKey.Scope.Zone, null);
78+
"The max number of viewer sessions console proxy is configured to serve for", true, ConfigKey.Scope.Zone, null);
7979

8080
ConfigKey<Integer> ConsoleProxySessionTimeout = new ConfigKey<>(Integer.class, "consoleproxy.session.timeout", "Console Proxy", String.valueOf(DEFAULT_PROXY_SESSION_TIMEOUT),
81-
"Timeout(in milliseconds) that console proxy tries to maintain a viewer session before it times out the session for no activity", false, ConfigKey.Scope.Zone, null);
81+
"Timeout(in milliseconds) that console proxy tries to maintain a viewer session before it times out the session for no activity", true, ConfigKey.Scope.Zone, null);
8282

8383
ConfigKey<Boolean> ConsoleProxyDisableRpFilter = new ConfigKey<>(Boolean.class, "consoleproxy.disable.rpfilter", "Console Proxy", "true",
8484
"disable rp_filter on console proxy VM public interface", true, ConfigKey.Scope.Zone, null);

0 commit comments

Comments
 (0)