Static Private Attributes | |
| float | _cleanup_closed_period = 60.0 |
Home Assistant TCP Connector. Same as aiohttp.TCPConnector but with a longer cleanup_closed timeout. By default the cleanup_closed timeout is 2 seconds. This is too short for Home Assistant since we churn through a lot of connections. We set it to 60 seconds to reduce the overhead of aborting TLS connections that are likely already closed.
Definition at line 297 of file aiohttp_client.py.
|
staticprivate |
Definition at line 309 of file aiohttp_client.py.