mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2024-11-23 23:41:06 +03:00
fixed setTimeout to setInterval
This commit is contained in:
parent
9283129a08
commit
ef78fec58a
@ -47,7 +47,7 @@
|
|||||||
loadLeaseCnt()
|
loadLeaseCnt()
|
||||||
|
|
||||||
// refresh every 5 seconds
|
// refresh every 5 seconds
|
||||||
setTimeout(() => {
|
setInterval(() => {
|
||||||
loadLOriginCnt()
|
loadLOriginCnt()
|
||||||
loadLeaseCnt()
|
loadLeaseCnt()
|
||||||
}, 5000);
|
}, 5000);
|
||||||
|
Loading…
Reference in New Issue
Block a user