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);
setInterval(() => {
fetch_all();
}, 15000);
}, 90000);
setInterval(() => {
current_page = pages.cycle(current_page);
}, 20000);