Commit 0db9d9f1 by Administrator

Update application-local.yml

parent 644f1cb7
...@@ -6,8 +6,8 @@ spring: ...@@ -6,8 +6,8 @@ spring:
max-request-size: 300MB max-request-size: 300MB
ribbon: ribbon:
ReadTimeout: 50000 ReadTimeout: 500000
ConnectTimeout: 50000 ConnectTimeout: 500000
MaxAutoRetries: 1 MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1 MaxAutoRetriesNextServer: 1
eureka: eureka:
...@@ -28,7 +28,7 @@ hystrix: ...@@ -28,7 +28,7 @@ hystrix:
enabled: true enabled: true
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 60000 timeoutInMilliseconds: 600000
threadpool: threadpool:
default: default:
coreSize: 10 coreSize: 10
......
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