Optimize idle wake-ups

This commit is contained in:
Götz 2026-02-28 16:50:44 -05:00
parent fa82f45ef9
commit 5120b938ef
3 changed files with 11 additions and 4 deletions

View file

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