reload data every 90s
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-15 20:02:06 +02:00
parent b50398f6eb
commit 456c0635a4

View File

@@ -130,7 +130,7 @@
}, 1000); }, 1000);
setInterval(() => { setInterval(() => {
fetch_all(); fetch_all();
}, 15000); }, 90000);
setInterval(() => { setInterval(() => {
current_page = pages.cycle(current_page); current_page = pages.cycle(current_page);
}, 20000); }, 20000);