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(() => {
|
const interval = setInterval(() => {
|
||||||
getStats()
|
getStats()
|
||||||
}, 5000)
|
}, 60000)
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user