Skip to content

Commit

Permalink
Set default concurrency to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jul 28, 2023
1 parent 4d71d51 commit e7f158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed/proxy/barriers.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def _start_sender_proxy(

_SENDER_RECEIVER_PROXY_ACTOR = None
_DEFAULT_SENDER_RECEIVER_PROXY_OPTIONS = {
"max_concurrency": 100,
"max_concurrency": 1,
}


Expand Down

0 comments on commit e7f158f

Please sign in to comment.