Commit 87dba05d by Administrator

Update application.yml

parent 06db1ec1
......@@ -72,10 +72,13 @@ feign:
enabled: false
response:
enabled: false
zuul:
semaphore:
max-semaphores: 5000 #可根据系统需要支持的并发数适当增加信号量的大小
hystrix:
threadpool:
default:
coreSize: 500
coreSize: 1000
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
command:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment