Commit 2bbba3ca by Administrator

Update techhero-gateway-test.yml

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