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