mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-07 03:11:15 +03:00
Change default zmq timeout (#17971)
* update default zmq timeout * use lower default timeout * keep longer timeout for event maintainer * remove default * remove
This commit is contained in:
@@ -75,7 +75,7 @@ class EventProcessor(threading.Thread):
|
||||
).execute()
|
||||
|
||||
while not self.stop_event.is_set():
|
||||
update = self.event_receiver.check_for_update()
|
||||
update = self.event_receiver.check_for_update(timeout=1)
|
||||
|
||||
if update == None:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user