Skip to content

Commit 5d252b7

Browse files
committed
Another Potential Fix
1 parent 85c9202 commit 5d252b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recnetpy/rest/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HTTPClient:
2222

2323
def __init__(self) -> None:
2424
self.locks = {}
25-
connector = TCPConnector()
25+
connector = TCPConnector(limit=200)
2626
self.session = ClientSession(connector=connector)
2727
self.thread_pool = AsyncThreadPool(200) #Allows ONLY 200 connections to be processed at any given time.
2828

0 commit comments

Comments
 (0)