Browse Source

crm 也没有

dev
jianjun 3 years ago
parent
commit
8c47fb1009
  1. 6
      epmet-module/oper-crm/oper-crm-server/src/main/resources/bootstrap.yml

6
epmet-module/oper-crm/oper-crm-server/src/main/resources/bootstrap.yml

@ -118,6 +118,12 @@ hystrix:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 60000 #缺省为1000 timeoutInMilliseconds: 60000 #缺省为1000
threadpool:
default:
coreSize: 20
maximumSize: 50
maxQueueSize: 500
queueSizeRejectionThreshold: 200
ribbon: ribbon:
ReadTimeout: 300000 ReadTimeout: 300000

Loading…
Cancel
Save