mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
* Improve recorder and worker thread matching in RecorderPool Previously we would look at the name of the threads. This was a brittle if because other integrations may name their thread Recorder or DbWorker. Instead we now use explict thread ids which ensures there will never be a conflict * fix * fixes * fixes