forked from zstackio/zstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves ZSTAC-10215 Signed-off-by: AlanJager <[email protected]>
- Loading branch information
Showing
6 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<globalConfig xmlns="http://zstack.org/schema/zstack"> | ||
<config> | ||
<category>console</category> | ||
<name>proxy.idleTimeout</name> | ||
<config> | ||
<category>console</category> | ||
<name>proxy.idleTimeout</name> | ||
<description>The max time an idle console proxy process waits before exiting, in seconds</description> | ||
<defaultValue>60</defaultValue> | ||
<type>java.lang.Integer</type> | ||
</config> | ||
<defaultValue>60</defaultValue> | ||
<type>java.lang.Integer</type> | ||
</config> | ||
|
||
<config> | ||
<category>console</category> | ||
<name>agent.ping.interval</name> | ||
<config> | ||
<category>console</category> | ||
<name>agent.ping.interval</name> | ||
<description>The interval to ping console proxy agents, in seconds</description> | ||
<defaultValue>60</defaultValue> | ||
<type>java.lang.Integer</type> | ||
</config> | ||
<defaultValue>60</defaultValue> | ||
<type>java.lang.Integer</type> | ||
</config> | ||
|
||
<config> | ||
<category>console</category> | ||
<name>vnc.token.timeout</name> | ||
<description>Timeout of VNC token, in seconds</description> | ||
<defaultValue>1800</defaultValue> | ||
<type>java.lang.Integer</type> | ||
</config> | ||
</globalConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters