Commit c6bb0b9d by Administrator

Update application-local.yml

parent 85a4d49a
...@@ -4,6 +4,24 @@ spring: ...@@ -4,6 +4,24 @@ spring:
enabled: true enabled: true
max-file-size: 300MB max-file-size: 300MB
max-request-size: 300MB max-request-size: 300MB
feign:
hystrix:
enabled: true
okhttp:
enabled: true
httpclient:
enabled: false
client:
config:
feignName:
connectTimeout: 100000
readTimeout: 100000
compression:
request:
enabled: true
response:
enabled: true
ribbon: ribbon:
ReadTimeout: 500000 ReadTimeout: 500000
......
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