mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update AppImage
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user