Optimize idle wake-ups
This commit is contained in:
parent
fa82f45ef9
commit
5120b938ef
3 changed files with 11 additions and 4 deletions
|
|
@ -34,7 +34,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