Commit 2a81867f authored by Liang Ding's avatar Liang Ding

Druid 连接泄露监控配置

parent edacee73
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# #
# Description: Druid JDBC pool finer configurations. # Description: Druid JDBC pool finer configurations.
# Version: 1.0.0.0, Jan 6, 2016 # Version: 1.0.0.1, Jan 8, 2016
# Author: Liang Ding # Author: Liang Ding
# #
...@@ -25,3 +25,7 @@ testWhileIdle=true ...@@ -25,3 +25,7 @@ testWhileIdle=true
timeBetweenEvictionRunsMillis=60000 timeBetweenEvictionRunsMillis=60000
minEvictableIdleTimeMillis=300000 minEvictableIdleTimeMillis=300000
maxWait=5000 maxWait=5000
removeAbandoned=true
removeAbandonedTimeout=600
logAbandoned=true
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