Merge pull request #6 from goetzc/fix/high-cpu-usage

Fix high CPU usage: optimize artwork fetches and idle wake-ups
This commit is contained in:
Danielle McLean 2026-03-01 12:57:28 +11:00
commit 49a75f8118
Signed by: 00dani
GPG key ID: 6854781A0488421C
5 changed files with 45 additions and 16 deletions

View file

@ -51,7 +51,7 @@ def main() -> None:
asyncio.run(
listen(config, listener, receivers),
loop_factory=factory.make_loop,
debug=True,
debug=False,
)