diff --git a/frigate/object_processing.py b/frigate/object_processing.py index d31ca83e1..d13752277 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -792,9 +792,7 @@ class TrackedObjectProcessor(threading.Thread): # check for sub label updates while True: - (topic, payload) = self.sub_label_subscriber.check_for_update( - timeout=0.1 - ) + (topic, payload) = self.sub_label_subscriber.check_for_update(timeout=0) if not topic: break