增加集群模式下自动切换过国标级联的执行服务

This commit is contained in:
648540858
2024-12-31 17:07:19 +08:00
parent c2eecc43e7
commit 3331a7d931

View File

@@ -180,4 +180,10 @@ public class UserSetting {
*/
private long loginTimeout = 30;
/**
* wvp集群模式下如果注册向上级的wvp奔溃则自动选择一个其他wvp继续注册到上级
*/
private boolean autoRegisterPlatform = false;
}