Commit 9d469a14 by Administrator

Update application-local.yml

parent 5430165e
......@@ -43,6 +43,12 @@ hystrix:
isolation:
thread:
timeoutInMilliseconds: 15000
threadpool:
default:
coreSize: 50 ##并发执行的最大线程数,默认10
maxQueueSize: 100 ##BlockingQueue的最大队列数
queueSizeRejectionThreshold: 80
ribbon:
ReadTimeout: 10000
......
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