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