From 17a511230c1a2473d06b486d5020acab001f36fa Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:19:56 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b7ed96b..89e4188 100644 --- a/README.md +++ b/README.md @@ -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]