增加集群模式下自动切换过国标级联的执行服务
parent
c2eecc43e7
commit
3331a7d931
|
@ -180,4 +180,10 @@ public class UserSetting {
|
||||||
*/
|
*/
|
||||||
private long loginTimeout = 30;
|
private long loginTimeout = 30;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* wvp集群模式下如果注册向上级的wvp奔溃,则自动选择一个其他wvp继续注册到上级
|
||||||
|
*/
|
||||||
|
private boolean autoRegisterPlatform = false;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue