Commit f73a68a1 by 田超

Merge branch 'feature/maxActiveUp' into 'master'

feat: [none] 上调mysql最大连接池数量

See merge request rays/pcloud-book!1069
parents 108fe9b0 14a4dc66
......@@ -16,7 +16,7 @@ spring:
driver-class-name: com.mysql.jdbc.Driver
initialSize: 5
minIdle: 5
maxActive: 50
maxActive: 100
maxWait: 60000
removeAbandoned: true
removeAbandonedTimeout: 180
......
Markdown is supported
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