rev:现场测试优化

This commit is contained in:
2025-01-02 13:11:24 +08:00
parent d8fb4b3873
commit 3b18f47cbf
7 changed files with 147 additions and 135 deletions

View File

@@ -15,11 +15,11 @@ spring:
password: ${DB_PWD:123456}
# password: ${DB_PWD:p@ssw0rd}
# 初始连接数
initial-size: 5
initial-size: 20
# 最小连接数
min-idle: 15
min-idle: 20
# 最大连接数
max-active: 30
max-active: 200
# 超时时间(以秒数为单位)
remove-abandoned-timeout: 180
# 获取连接超时时间