mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-07-07 08:17:41 +03:00
fixed setTimeout to setInterval
This commit is contained in:
parent
4b7f2156b4
commit
355b279dd3
@ -47,7 +47,7 @@
|
||||
loadLeaseCnt()
|
||||
|
||||
// refresh every 5 seconds
|
||||
setTimeout(() => {
|
||||
setInterval(() => {
|
||||
loadLOriginCnt()
|
||||
loadLeaseCnt()
|
||||
}, 5000);
|
||||
|
Loading…
Reference in New Issue
Block a user