Update AppImage

This commit is contained in:
MacRimi
2025-09-29 23:56:33 +02:00
parent d1997794c8
commit 00db93e03f
2 changed files with 43 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ export function SystemOverview() {
setSystemData(newDemoData)
setChartData(generateChartData(newDemoData))
}
}, 5000) // Update every 5 seconds instead of 30
}, 30000) // Update every 30 seconds instead of 5
return () => {
clearInterval(interval)