优化熔断器线程池容量
This commit is contained in:
@ -3,8 +3,8 @@ feign.hystrix.enabled=true
|
||||
feign.client.config.default.connectTimeout=200000
|
||||
feign.client.config.default.readTimeout=200000
|
||||
|
||||
hystrix.threadpool.default.coreSize=100
|
||||
hystrix.threadpool.default.maximumSize=300
|
||||
hystrix.threadpool.default.coreSize=10
|
||||
hystrix.threadpool.default.maximumSize=1000
|
||||
hystrix.threadpool.default.maxQueueSize=1000
|
||||
hystrix.threadpool.default.queueSizeRejectionThreshold=1000
|
||||
hystrix.threadpool.default.allowMaximumSizeToDivergeFromCoreSize=true
|
||||
|
Reference in New Issue
Block a user