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