Update AppImage

This commit is contained in:
MacRimi
2025-10-02 19:51:53 +02:00
parent f7fb9034ef
commit 6279cc9ec1
3 changed files with 58 additions and 16 deletions

View File

@@ -104,7 +104,7 @@ export function ProxmoxDashboard() {
useEffect(() => {
fetchSystemData()
const interval = setInterval(fetchSystemData, 5000)
const interval = setInterval(fetchSystemData, 10000) // Updated interval to 10 seconds
return () => clearInterval(interval)
}, [fetchSystemData])