Commit b1b0bf8f by Administrator

Update techhero-gateway-test.yml

parent edae5e9d
...@@ -15,7 +15,11 @@ hystrix: ...@@ -15,7 +15,11 @@ hystrix:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 60000 #设置API网关中路由转发请求的HystrixCommand执行超时时间 timeoutInMilliseconds: 60000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon:
ReadTimeout: 300000
ConnectTimeout: 300000
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1
host: host:
connect-timeout-millis: 20000 connect-timeout-millis: 20000
......
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