Improve restart timing (#10709)

This commit is contained in:
Nicolas Mowen
2024-03-27 09:03:13 -06:00
committed by GitHub
parent d5989c91a8
commit 559e6910c4
2 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ def output_frames(
websocket_thread.start()
while not stop_event.is_set():
(topic, data) = detection_subscriber.get_data(timeout=10)
(topic, data) = detection_subscriber.get_data(timeout=1)
if not topic:
continue