Commit c6e875de by Administrator

Update application-local.yml

parent b13aff77
...@@ -24,8 +24,8 @@ feign: ...@@ -24,8 +24,8 @@ feign:
enabled: true enabled: true
ribbon: ribbon:
ReadTimeout: 3000 ReadTimeout: 10000
ConnectTimeout: 3000 ConnectTimeout: 10000
#MaxAutoRetries: 3 #MaxAutoRetries: 3
#MaxAutoRetriesNextServer: 1 #MaxAutoRetriesNextServer: 1
eureka: eureka:
...@@ -38,26 +38,7 @@ ribbon: ...@@ -38,26 +38,7 @@ ribbon:
enabled: true enabled: true
clients: techhero-framework-config,techhero-framework-eureka,techhero-framework-auth,techhero-platform-exam,techhero-platform-system,techhero-business-track,techhero-business-command,techhero-business-transdata clients: techhero-framework-config,techhero-framework-eureka,techhero-framework-auth,techhero-platform-exam,techhero-platform-system,techhero-business-track,techhero-business-command,techhero-business-transdata
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 3000
threadpool:
default:
coreSize: 10
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
circuitBreaker:
requestVolumeThreshold: 100 #熔断失败个数 超过既发生短路 默认20个
fallback:
isolation:
semaphore:
maxConcurrentRequests: 50 #回退线程数量
tomcat: tomcat:
max-connections: 500 max-connections: 500
max-threads: 30 max-threads: 30
......
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