Update README.md

This commit is contained in:
eylenburg
2025-06-23 12:19:56 +01:00
committed by GitHub
parent 8ea5c2e079
commit 17a511230c

View File

@@ -469,6 +469,12 @@ RDP_TIMEOUT="30"
# DEFAULT VALUE: '60'
APP_SCAN_TIMEOUT="60"
# WINDOWS BOOT
# - The maximum time (in seconds) to wait for the Windows VM to boot if it is not running, before attempting to launch an application.
# - Only relevant for Docker and Podman containers.
# DEFAULT VALUE: '120'
BOOT_TIMEOUT="120"
```
> [!IMPORTANT]