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:
Josh Hawkins
2025-04-30 08:29:16 -06:00
committed by GitHub
parent 96d89eb50c
commit 377b78af11
4 changed files with 11 additions and 10 deletions
+1 -1
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