Relax stats update interval
This commit is contained in:
		| @@ -139,7 +139,7 @@ export function Stats({ api, type }: StatsProps) { | |||||||
|  |  | ||||||
|         const interval = setInterval(() => { |         const interval = setInterval(() => { | ||||||
|             getStats() |             getStats() | ||||||
|         }, 5000) |         }, 60000) | ||||||
|  |  | ||||||
|         return () => { |         return () => { | ||||||
|             clearInterval(interval); |             clearInterval(interval); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user