tweak sleep granularity

This commit is contained in:
Will McGugan
2023-01-26 16:13:05 +01:00
parent 3eac79568c
commit 683d44dc93

View File

@@ -2,7 +2,7 @@ from asyncio import sleep
from time import process_time, time
SLEEP_GRANULARITY: float = 1 / 50
SLEEP_GRANULARITY: float = 1 / 100
SLEEP_IDLE: float = SLEEP_GRANULARITY / 2.0