Update AppImage

This commit is contained in:
MacRimi
2025-11-07 20:55:00 +01:00
parent 5dd8b3ee36
commit f064cc89ba
7 changed files with 15 additions and 15 deletions

View File

@@ -180,7 +180,7 @@ export default function Hardware() {
error: dynamicError,
isLoading: dynamicLoading,
} = useSWR<HardwareData>("/api/hardware", fetcher, {
refreshInterval: 5000, // 5 second refresh for dynamic data
refreshInterval: 7000,
})
// Merge static and dynamic data, preferring static for CPU/memory/PCI/disks