We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157a6ea commit 2b5cb09Copy full SHA for 2b5cb09
boostedblob/globals.py
@@ -223,7 +223,7 @@ def _create_session() -> aiohttp.ClientSession:
223
# While the sleep suggested doesn't work, it does indicate that this is a problem for
224
# aiohttp in general.
225
connector = aiohttp.TCPConnector(limit=1024, ttl_dns_cache=60)
226
- return aiohttp.ClientSession(connector=connector)
+ return aiohttp.ClientSession(connector=connector, trust_env=True)
227
228
229
@contextlib.asynccontextmanager
0 commit comments