Commit 1dd2b2f6 by 刘志敏

修改配置 timeout 问题

parent 4e2d2ed8
......@@ -20,19 +20,19 @@ cache:
ribbon:
Httpclient:
enable: false
enabled: false
OkHttp:
enable: true
ReadTimeout: 10000
ConnectTimeout: 10000
enabled: true
ReadTimeout: 30000
ConnectTimeout: 30000
feign:
hystrix:
enabled: true
okhttp:
enable: true
enabled: true
httpclient:
enable: false
enabled: false
client:
config:
feignName:
......
......@@ -12,7 +12,7 @@ spring:
queue: zipkin
sleuth:
sampler:
percentage: 1.0
percentage: 0.5
zuul:
ignoredServices: '*'
......
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