Commit 55cda87b by Administrator

Update application-saier.yml

parent 548dcb74
...@@ -72,12 +72,12 @@ ribbon: ...@@ -72,12 +72,12 @@ ribbon:
eager-load: eager-load:
enabled: true enabled: true
clients: techhero-auth,techhero-base-system,techhero-base-exam,techhero-base-transdata,techhero-project-theme,techhero-project-emergencycommand,techhero-project-track,techhero-project-visualization,techhero-preventioncheat,techhero-component-task,techhero-component-oss,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-inspection,techhero-base-datagovern,techhero-component-xy clients: techhero-auth,techhero-base-system,techhero-base-exam,techhero-base-transdata,techhero-project-theme,techhero-project-emergencycommand,techhero-project-track,techhero-project-visualization,techhero-preventioncheat,techhero-component-task,techhero-component-oss,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-inspection,techhero-base-datagovern,techhero-component-xy
Httpclient: httpclient:
enabled: false enabled: false
OkHttp: okhttp:
enabled: true enabled: true
ReadTimeout: 10000 ReadTimeout: 100000
ConnectTimeout: 10000 ConnectTimeout: 100000
feign: feign:
hystrix: hystrix:
...@@ -89,8 +89,8 @@ feign: ...@@ -89,8 +89,8 @@ feign:
client: client:
config: config:
feignName: feignName:
connectTimeout: 10000 connectTimeout: 100000
readTimeout: 10000 readTimeout: 100000
compression: compression:
request: request:
enabled: true enabled: true
...@@ -110,7 +110,7 @@ hystrix: ...@@ -110,7 +110,7 @@ hystrix:
execution: execution:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 40000 timeoutInMilliseconds: 400000
fallback: fallback:
isolation: isolation:
semaphore: semaphore:
......
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