Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Dec 1, 2023
1 parent 3407060 commit 16b42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def consumers(self):
def handle_message_multiprocessing(worker_settings, queue_item, credentials):
# this is a temp hack to prevent some multithreading issues
time.sleep(0.5)
queue_config = worker_settings.queue_conf
queue_config = worker_settings.queue_config
queue_config.client_config.create_producer = False
queue_config.client_config.n_consumers = 0
# relative
Expand Down

0 comments on commit 16b42a0

Please sign in to comment.