Closed technicianted closed 1 year ago
By default, aiohttp sets a maximum number of concurrent TCP connections to 100. Since it works with http1.1, at high load this may run out very quickly and cause queuing.
aiohttp
This PR removes the limit.
By default,
aiohttp
sets a maximum number of concurrent TCP connections to 100. Since it works with http1.1, at high load this may run out very quickly and cause queuing.This PR removes the limit.