Commit 32ef1da1 by Administrator

Update techhero-gateway-dev.yml

parent c3b4d9ba
......@@ -7,7 +7,23 @@ zuul:
host:
connect-timeout-millis: 10000
socket-timeout-millis: 10000
servlet-path: /
#servlet-path: /
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon:
ReadTimeout: 300000
ConnectTimeout: 300000
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1
host:
connect-timeout-millis: 20000
socket-timeout-millis: 20000
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