Update AppImage

This commit is contained in:
MacRimi
2025-11-07 12:54:10 +01:00
parent 7d5726be50
commit 8dc2b833f4
6 changed files with 17 additions and 57 deletions

View File

@@ -350,7 +350,7 @@ export function VirtualMachines() {
headers: {
"Content-Type": "application/json",
},
body: JSON.JSON.stringify({ action }),
body: JSON.stringify({ action }),
})
if (response.ok) {
@@ -451,7 +451,7 @@ export function VirtualMachines() {
"/api/system",
fetcher,
{
refreshInterval: 60000, // Changed from 30s to 60s
refreshInterval: 30000,
revalidateOnFocus: false,
},
)