"vscode:/vscode.git/clone" did not exist on "14790d9ad8a72be2f0e3515232513c3bffc8ce63"
Commit b5cdf551 authored by Zheng Jie's avatar Zheng Jie
Browse files

update

parent 15753e73
...@@ -35,14 +35,16 @@ spring: ...@@ -35,14 +35,16 @@ spring:
task: task:
pool: 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 keep-alive-seconds: 60
# 队列容量 # 队列容量
queue-capacity: 50 queue-capacity: 30
#七牛云 #七牛云
qiniu: 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