Files
core/homeassistant/util
J. Nick KostonandGitHub 94bf55e29b Limit concurrency of async_get_integration to avoid creating extra threads (#43085)
* Limit concurrency of async_get_integration to avoid creating extra threads

Since async_get_integration is waiting on the disk most of the time
it would end up creating many new threads because the disk could
not deliver the data in time.

* pylint
2020-11-10 21:34:54 -10:00
..
2020-10-12 19:17:30 -05:00
2020-07-14 10:30:30 -07:00
2020-05-09 14:08:40 +03:00
2020-10-12 19:17:30 -05:00