Commit 87dba05d by Administrator

Update application.yml

parent 06db1ec1
...@@ -72,10 +72,13 @@ feign: ...@@ -72,10 +72,13 @@ feign:
enabled: false enabled: false
response: response:
enabled: false enabled: false
zuul:
semaphore:
max-semaphores: 5000 #可根据系统需要支持的并发数适当增加信号量的大小
hystrix: hystrix:
threadpool: threadpool:
default: default:
coreSize: 500 coreSize: 1000
maxQueueSize: 1000 maxQueueSize: 1000
queueSizeRejectionThreshold: 800 queueSizeRejectionThreshold: 800
command: 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