Skip to content

Commit d191046

Browse files
committed
fix update interval
1 parent 3c5888f commit d191046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/components/content/Stats.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
const refreshInterval = setInterval(() => {
5757
getTopDailyStats();
5858
getGlobalStats();
59-
}, 600);
59+
}, 30000);
6060
6161
return () => {
6262
clearInterval(refreshInterval);

0 commit comments

Comments
 (0)