Commit ddf2bdbf by Administrator

Update techhero-gateway-test.yml

parent e81c4a93
...@@ -5,8 +5,8 @@ zuul: ...@@ -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 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: '*' ignoredServices: '*'
host: host:
connect-timeout-millis: 2000 connect-timeout-millis: 5000
socket-timeout-millis: 2000 socket-timeout-millis: 5000
hystrix: hystrix:
command: command:
...@@ -14,16 +14,16 @@ hystrix: ...@@ -14,16 +14,16 @@ hystrix:
execution: execution:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 3000 #设置API网关中路由转发请求的HystrixCommand执行超时时间 timeoutInMilliseconds: 10000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon: ribbon:
ReadTimeout: 2000 ReadTimeout: 5000
ConnectTimeout: 2000 ConnectTimeout: 5000
MaxAutoRetries: 1 MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1 MaxAutoRetriesNextServer: 1
host: host:
connect-timeout-millis: 2000 connect-timeout-millis: 5000
socket-timeout-millis: 2000 socket-timeout-millis: 5000
security: security:
encode: 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