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: ...@@ -16,7 +16,7 @@ spring:
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
initialSize: 5 initialSize: 5
minIdle: 5 minIdle: 5
maxActive: 50 maxActive: 100
maxWait: 60000 maxWait: 60000
removeAbandoned: true removeAbandoned: true
removeAbandonedTimeout: 180 removeAbandonedTimeout: 180
...@@ -50,4 +50,4 @@ hystrix: ...@@ -50,4 +50,4 @@ hystrix:
execution: execution:
isolation: isolation:
thread: thread:
timeoutInMilliseconds: 60000 timeoutInMilliseconds: 60000
\ No newline at end of file
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