Commit a19efee4 by 姚冰

[chg] 添加es配置参数

1 parent fb433408
......@@ -39,11 +39,11 @@ public class CustomElasticsearchProperties {
private boolean customized = false;
private Integer ioThreadCount;
private Integer ioThreadCount = 20;
private Integer maxConnTotal;
private Integer maxConnTotal = 100;
private Integer maxConnPerRoute;
private Integer maxConnPerRoute = 20;
public List<String> getUris() {
return this.uris;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!