Commit 34496190 by Administrator

Update techhero-gateway-test.yml

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