Skip to content

Commit

Permalink
chore: 加了点 debug 的东西
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiu2b2t committed Jan 21, 2025
1 parent 6b7bc7c commit b4da9db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,10 @@ def __init__(
"disable",
"warden-error",
"message",
"exception"
"exception",
)
if config.const.debug:
self._cluster_event += ("keep-alive", )

@property
def file_path(self):
Expand Down

0 comments on commit b4da9db

Please sign in to comment.