fix live stats interval
All checks were successful
deploy / build-and-deploy (push) Successful in 19s

This commit is contained in:
2025-12-27 18:29:09 +01:00
parent ab3e4bd543
commit 6cb3034215

View File

@@ -9,7 +9,7 @@ if (STATISTICS_ENDPOINT) {
fetchStatistics()
.catch((_) => null)
.then((val) => (statistics = val)),
STATISTICS_INTERVAL * 60 * 1000
STATISTICS_INTERVAL * 1000
);
}