Skip to content

Commit

Permalink
Polling change again
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2022
1 parent 1d72feb commit ccc1876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/cli/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def manager(
raise RuntimeError("No workers to distribute chunks to")

# Poll and look for messages from workers
connections = dict(poll.poll())
connections = dict(poll.poll(100))

# If workers send messages decode and figure out what do
if connections:
Expand Down

0 comments on commit ccc1876

Please sign in to comment.