Transport.pollConnection的负载均衡策略改成轮询

This commit is contained in:
Redkale
2018-03-29 20:21:31 +08:00
parent a72c689f07
commit 8c1aba5608
5 changed files with 147 additions and 42 deletions

View File

@@ -86,6 +86,7 @@
load: 加载文件,多个用;隔开。
默认置入的system.property.的有:
System.setProperty("net.transport.pinginterval", "30");
System.setProperty("net.transport.checkinterval", "30");
System.setProperty("convert.json.tiny", "true");
System.setProperty("convert.bson.tiny", "true");
System.setProperty("convert.json.pool.size", "128");