Commit 904f41ee by Administrator

Update techhero-gateway-local.yml

parent 42bb0e13
......@@ -18,13 +18,13 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 1000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
timeoutInMilliseconds: 600000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon:
ConnectTimeout: 1000 #设置路由转发请求的时候,创建请求连接的超时时间
ReadTimeout: 1000 #用来设置路由转发请求的超时时间
ConnectTimeout: 300000 #设置路由转发请求的时候,创建请求连接的超时时间
ReadTimeout: 300000 #用来设置路由转发请求的超时时间
security:
encode:
......
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