mmpy_bot
mmpy_bot copied to clipboard
Increase the poll interval to reduce CPU consumption
The CPU usage is high when Webhook server is enabled, and I found it caused by the asyncio.sleep
with too short interval.
If it's hard to fix the "thread pool with asyncio" issue, I want to increase the poll interval when the queue is empty.