aiogram/CHANGES/1500.bugfix.rst
Alex Root Junior dcfc9632f3
Add DNS cache ttl setting to aiohttp session. (#1514)
* Add DNS cache ttl setting to aiohttp session.
Also the limit argument is added to the session initializer.

This commit adds a setting for DNS cache ttl (time-to-live) to the aiohttp session configuration. This is implemented as a workaround for a known issue in aiogram as exhibited in aiogram/aiogram#1500.

* Added changelog
2024-06-17 02:51:35 +03:00

1 line
105 B
ReStructuredText

Increased DNS cache ttl setting to aiohttp session as a workaround for DNS resolution issues in aiohttp.