update proxmox-dashboard.tsx

This commit is contained in:
MacRimi
2026-03-31 18:51:38 +02:00
parent c04b514a2a
commit ad5803ef9c
4 changed files with 5 additions and 5 deletions

View File

@@ -240,7 +240,7 @@ export function ProxmoxDashboard() {
// Delay to allow initial connection attempt, then refresh to ensure proper connection
const timeoutId = setTimeout(() => {
setComponentKey(prev => prev + 1)
}, 1500)
}, 500)
return () => clearTimeout(timeoutId)
}