cleanup loading
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user