Skip to content

Commit

Permalink
Increase max pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
math-a3k committed Jul 24, 2024
1 parent 8e65298 commit e09e903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, user, *args, **kwargs):
**kwargs,
)
self.session.mount(
"https://", requests.adapters.HTTPAdapter(pool_maxsize=36)
"https://", requests.adapters.HTTPAdapter(pool_maxsize=100)
)

def tradero_market_order(
Expand Down

0 comments on commit e09e903

Please sign in to comment.