Skip to content

Commit

Permalink
Update webui.nim
Browse files Browse the repository at this point in the history
additional mention of >86400 indefinite timeout
  • Loading branch information
siriuslee69 authored Apr 3, 2024
1 parent beadd8b commit 7773ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down

0 comments on commit 7773ab3

Please sign in to comment.