cleanup loading

This commit is contained in:
Philipp Dormann 2023-04-15 23:01:07 +02:00
parent 88449174a1
commit d5f685a826
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 2 additions and 2 deletions

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);