小说内容页性能优化

This commit is contained in:
xiongxiaoyang
2021-01-25 14:14:54 +08:00
parent ca6c2aec96
commit b5e0814eb4
26 changed files with 216 additions and 104 deletions

View File

@ -22,3 +22,14 @@ pic:
path: /var/pic #图片保存路径
#线程池配置
thread:
pool:
#核心线程池数量
core-pool-size: 5
#最大线程池数量
maximum-pool-size: 10
#线程超时时间分钟
keep-alive-time: 10