mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47: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()
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user