mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 03:46:07 +00:00
fixed setTimeout to setInterval
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
loadLeaseCnt()
|
||||
|
||||
// refresh every 5 seconds
|
||||
setTimeout(() => {
|
||||
setInterval(() => {
|
||||
loadLOriginCnt()
|
||||
loadLeaseCnt()
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user