Skip to content

Commit

Permalink
Re-enable blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2022
1 parent 1e59549 commit 444bd07
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(2000))

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

0 comments on commit 444bd07

Please sign in to comment.