mirror of
https://github.com/smittix/intercept.git
synced 2026-07-22 00:08:10 -07:00
Prevent Morse start timeout aborts on slow startup
This commit is contained in:
+1
-1
@@ -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 = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user