Commit 56ff9e4b by Administrator

Update techhero-gateway-test.yml

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