1.resi-home/resi-hall的hystrix最大线程个数
@ -112,11 +112,6 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 60000 #缺省为1000
threadpool:
default:
coreSize: 10
maxQueueSize: 500
queueSizeRejectionThreshold: 500
ribbon:
ReadTimeout: 300000
@ -69,6 +69,10 @@ hystrix:
# hystric最大线程个数,默认10,改为20
maximumSize: 20
@ -68,6 +68,10 @@ hystrix: