增加zlm心跳超时的判定时间

This commit is contained in:
648540858
2022-08-29 14:04:54 +08:00
parent 6e90050db4
commit 9e2630ee32
2 changed files with 6 additions and 3 deletions

View File

@@ -179,7 +179,8 @@ public class PlatformController {
commanderForPlatform.register(parentPlatform, null, null);
}
} else if (parentPlatformOld != null && parentPlatformOld.isEnable() && !parentPlatform.isEnable()) { // 关闭启用时注销
} else if (parentPlatformOld != null && parentPlatformOld.isEnable()) {
// 关闭启用时注销
commanderForPlatform.unregister(parentPlatform, null, null);
}
return null;