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:
commit
49a75f8118
5 changed files with 45 additions and 16 deletions
|
|
@ -51,7 +51,7 @@ def main() -> None:
|
|||
asyncio.run(
|
||||
listen(config, listener, receivers),
|
||||
loop_factory=factory.make_loop,
|
||||
debug=True,
|
||||
debug=False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue