Update AppImage

This commit is contained in:
MacRimi
2025-10-12 17:24:13 +02:00
parent 4c579cf862
commit 4bda9da860
3 changed files with 10 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ export function StorageOverview() {
useEffect(() => {
fetchStorageData()
const interval = setInterval(fetchStorageData, 30000) // Update every 30 seconds
const interval = setInterval(fetchStorageData, 60000)
return () => clearInterval(interval)
}, [])