Commit b5901cc1 by Administrator

Update techhero-gateway-test.yml

parent ddf2bdbf
......@@ -5,8 +5,8 @@ zuul:
clients: techhero-auth,techhero-base-exam,techhero-component-workflow,techhero-base-system,techhero-project-theme,techhero-project-emergencycommand,techhero-project-visualization,techhero-preventioncheat,techhero-component-message,techhero-component-task,techhero-component-websocket,techhero-component-oss,techhero-project-track,techhero-project-inspection,techhero-base-datagovern,techhero-project-verification,techhero-front-server
ignoredServices: '*'
host:
connect-timeout-millis: 5000
socket-timeout-millis: 5000
connect-timeout-millis: 60000
socket-timeout-millis: 60000
hystrix:
command:
......@@ -14,16 +14,16 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 10000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
timeoutInMilliseconds: 200000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon:
ReadTimeout: 5000
ConnectTimeout: 5000
ReadTimeout: 60000
ConnectTimeout: 60000
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1
host:
connect-timeout-millis: 5000
socket-timeout-millis: 5000
connect-timeout-millis: 60000
socket-timeout-millis: 60000
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