mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
keep longer timeout for event maintainer
This commit is contained in:
parent
ba1c9c60a5
commit
65f9f98588
@ -75,7 +75,7 @@ class EventProcessor(threading.Thread):
|
|||||||
).execute()
|
).execute()
|
||||||
|
|
||||||
while not self.stop_event.is_set():
|
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:
|
if update == None:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user