diff --git a/src/app/website/index/liveStats.ts b/src/app/website/index/liveStats.ts index c3fa7c5..3efa370 100644 --- a/src/app/website/index/liveStats.ts +++ b/src/app/website/index/liveStats.ts @@ -9,7 +9,7 @@ if (STATISTICS_ENDPOINT) { fetchStatistics() .catch((_) => null) .then((val) => (statistics = val)), - STATISTICS_INTERVAL * 60 * 1000 + STATISTICS_INTERVAL * 1000 ); }