Update AppImage

This commit is contained in:
MacRimi
2025-11-07 12:54:10 +01:00
parent 7d5726be50
commit 8dc2b833f4
6 changed files with 17 additions and 57 deletions

View File

@@ -78,12 +78,6 @@ export function NodeMetricsCharts() {
useEffect(() => {
console.log("[v0] NodeMetricsCharts component mounted")
fetchMetrics()
const interval = setInterval(() => {
fetchMetrics()
}, 60000) // 60 seconds instead of 30 to reduce server load
return () => clearInterval(interval)
}, [timeframe])
const fetchMetrics = async () => {