update virtual-machines.tsx

This commit is contained in:
MacRimi
2026-04-17 17:01:24 +02:00
parent dc8ebb651a
commit 5398211ab5
4 changed files with 86 additions and 6 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export function StorageOverview() {
useEffect(() => {
fetchStorageData()
const interval = setInterval(fetchStorageData, 60000)
const interval = setInterval(fetchStorageData, 30000)
return () => clearInterval(interval)
}, [])