From 65f9f98588d9d6baa4f801d95cb3349408c70446 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:17:04 -0500 Subject: [PATCH] keep longer timeout for event maintainer --- frigate/events/maintainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/events/maintainer.py b/frigate/events/maintainer.py index 844039b0d..2b0fc4193 100644 --- a/frigate/events/maintainer.py +++ b/frigate/events/maintainer.py @@ -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