cleanup loading

This commit is contained in:
2023-04-15 23:01:07 +02:00
parent 88449174a1
commit d5f685a826

View File

@@ -121,7 +121,7 @@
function fetch_all() { function fetch_all() {
stats_general(); stats_general();
stats_runners(); stats_runners();
stats_runners_by_laptime(); // stats_runners_by_laptime();
stats_orgs(); stats_orgs();
stats_teams(); stats_teams();
} }
@@ -131,7 +131,7 @@
}, 1000); }, 1000);
setInterval(() => { setInterval(() => {
fetch_all(); fetch_all();
}, 90000); }, 50000);
setInterval(() => { setInterval(() => {
current_page = pages.cycle(current_page); current_page = pages.cycle(current_page);
}, 20000); }, 20000);