Commit 7a74fe8b by wangxinzhe

修改配置文件

1 parent a046f72f
...@@ -10,7 +10,7 @@ spring.elasticsearch.ioThreadCount=100 ...@@ -10,7 +10,7 @@ spring.elasticsearch.ioThreadCount=100
spring.elasticsearch.maxConnTotal=200 spring.elasticsearch.maxConnTotal=200
spring.elasticsearch.maxConnPerRoute=100 spring.elasticsearch.maxConnPerRoute=100
spring.elasticsearch.socketTimeout=5000 spring.elasticsearch.socketTimeout=5000
vion.index.number_of_shards=2 vion.index.number_of_shards=${_SPUG_GLOBAL_CONFIG_NUMBER_OF_SHARDS}
vion.index.number_of_replicas=0 vion.index.number_of_replicas=0
delete.after.days=3 delete.after.days=3
server.tomcat.max-threads=500 server.tomcat.max-threads=500
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!