Prevent Morse start timeout aborts on slow startup

This commit is contained in:
Smittix
2026-02-26 12:39:31 +00:00
parent 99db7f1faf
commit a50d200af4
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 = ''