Skip to content

Commit 1424f7c

Browse files
committed
update health init status
1 parent 8fbe222 commit 1424f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/utils/health_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@dataclass
2020
class HealthObj:
21-
_is_health: bool = True
21+
_is_health: bool = False
2222
_is_health_checking: bool = False
2323
_failure_count: int = 0
2424
_failure_threshold: int = int(os.getenv("HEALTH_FAILURE_THRESHOLD", 3))

0 commit comments

Comments
 (0)