mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-26 00:08:49 +00:00
fixed setTimeout to setInterval
This commit is contained in:
parent
d5e14c8e2e
commit
e5ad0d0516
@ -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