mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-12-24 13:50:02 +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