mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tweak sleep granularity
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user