fix live stats interval
All checks were successful
deploy / build-and-deploy (push) Successful in 19s
All checks were successful
deploy / build-and-deploy (push) Successful in 19s
This commit is contained in:
@@ -9,7 +9,7 @@ if (STATISTICS_ENDPOINT) {
|
||||
fetchStatistics()
|
||||
.catch((_) => null)
|
||||
.then((val) => (statistics = val)),
|
||||
STATISTICS_INTERVAL * 60 * 1000
|
||||
STATISTICS_INTERVAL * 1000
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user