Commit 14a4dc66 by 郑永强

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

parent 108fe9b0
......@@ -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
......@@ -50,4 +50,4 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
\ No newline at end of file
timeoutInMilliseconds: 60000
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