We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c9202 commit 5d252b7Copy full SHA for 5d252b7
src/recnetpy/rest/http_client.py
@@ -22,7 +22,7 @@ class HTTPClient:
22
23
def __init__(self) -> None:
24
self.locks = {}
25
- connector = TCPConnector()
+ connector = TCPConnector(limit=200)
26
self.session = ClientSession(connector=connector)
27
self.thread_pool = AsyncThreadPool(200) #Allows ONLY 200 connections to be processed at any given time.
28
0 commit comments