优化熔断器线程池容量

This commit is contained in:
ajaxfan
2021-05-19 16:50:43 +08:00
parent e6e0cd268f
commit 38acb656a6

View File

@ -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