Optimize health check

This commit is contained in:
yangdx
2025-04-15 21:23:29 +08:00
parent aefd08823e
commit 6c90a919f0
2 changed files with 1 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ function App() {
if (!healthCheckInitializedRef.current) {
healthCheckInitializedRef.current = true;
// Immediate health check on first load
// performHealthCheck();
performHealthCheck();
}
// Set interval for periodic execution