wip: Fix ContainerDashboard

This commit is contained in:
Constantin
2025-09-13 15:49:32 +03:00
parent b40e4f277e
commit 36776353b9
7 changed files with 747 additions and 130 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function App() {
};
checkHealth();
const interval = setInterval(checkHealth, 30000); // Check every 30 seconds
const interval = setInterval(checkHealth, 5000); // Check every 30 seconds
return () => clearInterval(interval);
}, []);