Commit 89561016 by 田超

增加最大链接数量

parent 7eff15d1
...@@ -93,6 +93,14 @@ ribbon: ...@@ -93,6 +93,14 @@ ribbon:
MaxAutoRetries: 0 MaxAutoRetries: 0
ReadTimeout: 60000 ReadTimeout: 60000
ConnectTimeout: 60000 ConnectTimeout: 60000
feign:
httpclient:
# feign最大连接数
max-connections: 800
# feign单个路径的最大连接数
max-connections-per-route: 200
okhttp:
enabled: true
hystrix: hystrix:
command: command:
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment