Browse Source

测试下 up

master
jianjun 3 years ago
parent
commit
804d752ced
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml
  2. 2
      epmet-module/open-data-worker/open-data-worker-server/src/main/resources/bootstrap.yml

6
epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml

@ -97,6 +97,12 @@ mybatis-plus:
feign:
hystrix:
enabled: true
threadpool:
default:
coreSize: 20
maximumSize: 50
maxQueueSize: 500
queueSizeRejectionThreshold: 800
client:
config:
default:

2
epmet-module/open-data-worker/open-data-worker-server/src/main/resources/bootstrap.yml

@ -103,7 +103,7 @@ feign:
coreSize: 20
maximumSize: 50
maxQueueSize: 500
queueSizeRejectionThreshold: 8000
queueSizeRejectionThreshold: 800
client:
config:
default:

Loading…
Cancel
Save