Skip to content

Commit

Permalink
fix async test
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Sep 12, 2024
1 parent 3ee5876 commit d9698dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/rpc/rpc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RpcClient:
"""A client of Rpc agent server"""

_CHANNEL_POOL = {}
_EXECUTOR = ThreadPoolExecutor()
_EXECUTOR = ThreadPoolExecutor(max_workers=32)

def __init__(
self,
Expand Down

0 comments on commit d9698dd

Please sign in to comment.