Commit b5cdf551 authored by Zheng Jie's avatar Zheng Jie
Browse files

update

parent 15753e73
......@@ -35,14 +35,16 @@ spring:
task:
pool:
# 1、CPU密集型:线程数少一点,推荐:CPU内核数+1
# 2、IO密集型:线程数多一些,推荐:一般CPU内核数 * 2
# 核心线程池大小
core-pool-size: 10
core-pool-size: 5
# 最大线程数
max-pool-size: 30
max-pool-size: 10
# 活跃时间
keep-alive-seconds: 60
# 队列容量
queue-capacity: 50
queue-capacity: 30
#七牛云
qiniu:
......
Supports Markdown
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