Skip to main content
Version: Deploy 22.3

You can configure the following advanced Deploy client settings in <XLDEPLOY_SERVER_HOME>/centralConfiguration/deploy-client.yaml.

For more information, see Deploy Properties:

SettingDescriptionDefault
client.automatically.map.all.deployablesWhen set to "true", all deployables will be auto-mapped to containers when you set up an initial or update deployment in the GUI, and Deploy will ignore the map.all.deployables.on.initial and map.all.deployables.on.update settings.true
client.automatically.map.all.deployables.on.initialWhen set to "true", all deployables will be auto-mapped to containers only when you set up an initial deployment in the GUI.false
client.automatically.map.all.deployables.on.updateWhen set to "true", all deployables will be auto-mapped to containers only when you set up an update deployment.false
client.session.timeout.minutesNumber of minutes before a user's session is locked when the GUI is idle.0 (no timeout)
client.session.remember.enabledShow or hide the Keep me logged in option on the log-in screen.true (option is shown)

Important: If the client.session.timeout.minutes value is set to 0, and a user session is inactive for more than 30 days, it will be automatically purged from the session database.

Customize Polling Interval

You can customize the default 1s polling interval behavior with the token gui.task.status.poll-interval-ms accepting values in ms.

To change the pooling interval value in <XLDEPLOY_SERVER_HOME>/centralConfiguration/deploy-client.yaml, use as follows:

deploy.client:
gui:
task:
status:
poll-interval-ms: 1000

Replace the ms value with your value for the polling interval. For more information, see deploy.client (deploy-client.yaml).