keep longer timeout for event maintainer

This commit is contained in:
Josh Hawkins 2025-04-30 09:17:04 -05:00
parent ba1c9c60a5
commit 65f9f98588

View File

@ -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