Prevent Morse start timeout aborts on slow startup

This commit is contained in:
Smittix
2026-02-26 12:39:31 +00:00
parent be6fb3a952
commit 93e8fa3a91
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ def start_morse() -> Response:
)
decoder_thread.start()
startup_deadline = time.monotonic() + 2.5
startup_deadline = time.monotonic() + 2.0
startup_ok = False
startup_error = ''