mozilla/libmozevent

Don't check for tasks status every second

Closed this issue · 0 comments

We don't need the monitoring to be so responsive, so we can increase the period:

# Sleep a bit before trying a new task
await asyncio.sleep(1)
.