Commit 71407ece by Administrator

Update techhero-gateway-test.yml

parent d6832d46
...@@ -14,10 +14,10 @@ hystrix: ...@@ -14,10 +14,10 @@ hystrix:
execution: execution:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 3000 #设置API网关中路由转发请求的HystrixCommand执行超时时间 timeoutInMilliseconds: 5000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon: ribbon:
ReadTimeout: 2000 ReadTimeout: 3000
ConnectTimeout: 2000 ConnectTimeout: 3000
MaxAutoRetries: 1 MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1 MaxAutoRetriesNextServer: 1
......
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