"src/main/webapp/vscode:/vscode.git/clone" did not exist on "b5f90866d4e68fb66f37cf7bf05dda18d2cf6052"
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