Commit 1b201c82 by Administrator

Update techhero-gateway-test.yml

parent fb3f74c4
......@@ -4,6 +4,23 @@ zuul:
enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-base-exam,techhero-base-system,techhero-project-theme,techhero-project-emergencycommand,techhero-permission,techhero-base-basicdata,techhero-project-visualization,techhero-preventioncheat,techhero-component-message,techhero-component-websocket,techhero-project-track
ignoredServices: '*'
routes:
resource:
path: /ws/**
serviceId: techhero-component-websocket
host:
connect-timeout-millis: 2000000
socket-timeout-millis: 2000000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000 #设置API网关中路由转发请求的HystrixCommand执行超时时间
host:
connect-timeout-millis: 20000
socket-timeout-millis: 20000
......
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