Commit 1c504993 by Administrator

Update application-dev.yml

parent 43421cde
...@@ -130,82 +130,3 @@ rabbitmq: ...@@ -130,82 +130,3 @@ rabbitmq:
server: server:
tomcat: tomcat:
basedir: /data/temp/upload #上传文件的临时存放点 basedir: /data/temp/upload #上传文件的临时存放点
Httpclient:
enabled: false
OkHttp:
enabled: true
ReadTimeout: 10000
ConnectTimeout: 10000
feign:
hystrix:
enabled: true
okhttp:
enabled: true
httpclient:
enabled: false
client:
config:
feignName:
connectTimeout: 10000
readTimeout: 10000
compression:
request:
enabled: true
response:
enabled: true
hystrix:
threadpool:
default:
coreSize: 10
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
circuitBreaker:
requestVolumeThreshold: 100 #熔断失败个数 超过既发生短路 默认20个
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 40000
fallback:
isolation:
semaphore:
maxConcurrentRequests: 50 #回退线程数量
tomcat:
max-connections: 500
max-threads: 30
min-spare-threads: 3
accept-count: 10
# 关闭安全管理
management:
security:
enabled: false
# endpoints:
# web:
# exposure:
# include: '*'
# endpoint:
# health:
# show-details: ALWAYS
rabbitmq:
czlsLog:
exchange: topicCzlsLogExchangeDev
queue: topic.czlsLog.dev
incidentReporting:
exchange: topic-dev-incident-reporting-exchange
queue: topic.dev.incidentReporting.queue
alarmMessage:
exchange: alarm-message-dev
queue: Alarm-Event-Msg-dev
server:
tomcat:
basedir: /data/temp/upload #上传文件的临时存放点
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