From 7773ab3af92a1626b4ff7dde0bc116b43ebe3d43 Mon Sep 17 00:00:00 2001 From: He Who Walks Behind <84110044+siriuslee69@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:30:40 +0200 Subject: [PATCH] Update webui.nim additional mention of >86400 indefinite timeout --- webui.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui.nim b/webui.nim index 9f28c3f..49e6cc6 100644 --- a/webui.nim +++ b/webui.nim @@ -44,7 +44,8 @@ proc exit*() = proc setTimeout*(timeout: int) = ## Set the maximum time in seconds to wait for browser to start. ## - ## Set `timeout` to `0` to wait forever. Attention: + ## Set `timeout` to `0` or a number >86400 to wait forever. + ## Attention: ## In this case a crash of the browser window ## would likely keep the backend open indefinitely. ##