Browse Source

修改:

1.resi-home/resi-hall的hystrix最大线程个数
dev
wangxianzhang 4 years ago
parent
commit
dbe6ae2fb0
  1. 5
      epmet-module/open-data-worker/open-data-worker-server/src/main/resources/bootstrap.yml
  2. 4
      epmet-module/resi-hall/resi-hall-server/src/main/resources/bootstrap.yml
  3. 4
      epmet-module/resi-home/resi-home-server/src/main/resources/bootstrap.yml

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

@ -112,11 +112,6 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 60000 #缺省为1000
threadpool:
default:
coreSize: 10
maxQueueSize: 500
queueSizeRejectionThreshold: 500
ribbon:
ReadTimeout: 300000

4
epmet-module/resi-hall/resi-hall-server/src/main/resources/bootstrap.yml

@ -69,6 +69,10 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 60000 #缺省为1000
threadpool:
default:
# hystric最大线程个数,默认10,改为20
maximumSize: 20
ribbon:
ReadTimeout: 300000

4
epmet-module/resi-home/resi-home-server/src/main/resources/bootstrap.yml

@ -68,6 +68,10 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 60000 #缺省为1000
threadpool:
default:
# hystric最大线程个数,默认10,改为20
maximumSize: 20
ribbon:
ReadTimeout: 300000

Loading…
Cancel
Save