Commit e81c4a93 by Administrator

Update techhero-gateway-test.yml

parent a9573700
......@@ -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: 2000000
socket-timeout-millis: 2000000
connect-timeout-millis: 2000
socket-timeout-millis: 2000
hystrix:
command:
......@@ -14,16 +14,16 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 25000000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
timeoutInMilliseconds: 3000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
ribbon:
ReadTimeout: 600000
ConnectTimeout: 3000
ReadTimeout: 2000
ConnectTimeout: 2000
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1
host:
connect-timeout-millis: 20000
socket-timeout-millis: 20000
connect-timeout-millis: 2000
socket-timeout-millis: 2000
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