Commit 0db9d9f1 by Administrator

Update application-local.yml

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