Commit c78ecd7f by Administrator

Update application-local.yml

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