more polling interval for clock

This commit is contained in:
синечка ♡ 2026-03-21 23:46:44 +03:00
parent 8293f3d6d0
commit 6e13ed40da

View file

@ -33,7 +33,7 @@ const clock = async () => {
)
)
render()
setInterval(() => render(), 500);
setInterval(() => render(), 200);
}