Commit 55cda87b by Administrator

Update application-saier.yml

parent 548dcb74
......@@ -72,12 +72,12 @@ ribbon:
eager-load:
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
Httpclient:
httpclient:
enabled: false
OkHttp:
okhttp:
enabled: true
ReadTimeout: 10000
ConnectTimeout: 10000
ReadTimeout: 100000
ConnectTimeout: 100000
feign:
hystrix:
......@@ -89,8 +89,8 @@ feign:
client:
config:
feignName:
connectTimeout: 10000
readTimeout: 10000
connectTimeout: 100000
readTimeout: 100000
compression:
request:
enabled: true
......@@ -110,7 +110,7 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 40000
timeoutInMilliseconds: 400000
fallback:
isolation:
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