Skip to content

Commit b4da9db

Browse files
committed
chore: 加了点 debug 的东西
1 parent 6b7bc7c commit b4da9db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/cluster.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,10 @@ def __init__(
713713
"disable",
714714
"warden-error",
715715
"message",
716-
"exception"
716+
"exception",
717717
)
718+
if config.const.debug:
719+
self._cluster_event += ("keep-alive", )
718720

719721
@property
720722
def file_path(self):

0 commit comments

Comments
 (0)