diff --git a/core/cluster.py b/core/cluster.py index 839ad0a..22552ad 100644 --- a/core/cluster.py +++ b/core/cluster.py @@ -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):