Commit c78ecd7f by Administrator

Update application-local.yml

parent 082a3e73
...@@ -60,8 +60,8 @@ ribbon: ...@@ -60,8 +60,8 @@ ribbon:
enabled: false enabled: false
OkHttp: OkHttp:
enabled: true enabled: true
ReadTimeout: 10000 ReadTimeout: 100000
ConnectTimeout: 10000 ConnectTimeout: 100000
feign: feign:
hystrix: hystrix:
...@@ -73,8 +73,8 @@ feign: ...@@ -73,8 +73,8 @@ feign:
client: client:
config: config:
feignName: feignName:
connectTimeout: 10000 connectTimeout: 100000
readTimeout: 10000 readTimeout: 100000
compression: compression:
request: request:
enabled: true enabled: true
......
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