Skip to content

Commit 4770ec2

Browse files
author
James Boulton
committed
relax mqtt poll a little
1 parent d9a6e4e commit 4770ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashio/mqtt_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def run(self):
211211

212212
while self.running:
213213
try:
214-
socks = dict(poller.poll(1))
214+
socks = dict(poller.poll(100))
215215
except zmq.error.ContextTerminated:
216216
break
217217
if self.rx_zmq_sub in socks:

0 commit comments

Comments
 (0)