more polling interval for clock
This commit is contained in:
parent
8293f3d6d0
commit
6e13ed40da
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const clock = async () => {
|
|||
)
|
||||
)
|
||||
render()
|
||||
setInterval(() => render(), 500);
|
||||
setInterval(() => render(), 200);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue