Commit 03237405 by qiuweili123

删除maxidle

parent 6746470e
...@@ -14,7 +14,8 @@ public class MatrixDruidDataSourceProperties extends MatrixDataSourceProperties ...@@ -14,7 +14,8 @@ public class MatrixDruidDataSourceProperties extends MatrixDataSourceProperties
private Long timeBetweenEvictionRunsMillis = DruidAbstractDataSource.DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS; private Long timeBetweenEvictionRunsMillis = DruidAbstractDataSource.DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS;
private Long timeBetweenLogStatsMillis; private Long timeBetweenLogStatsMillis;
private Integer minIdle=5; private Integer minIdle=5;
private Integer maxIdle=20; @Deprecated
private Integer maxIdle;
private Long maxWait = TimeUnit.SECONDS.toMillis(3L); private Long maxWait = TimeUnit.SECONDS.toMillis(3L);
private Integer statSqlMaxSize; private Integer statSqlMaxSize;
private Long minEvictableIdleTimeMillis; private Long minEvictableIdleTimeMillis;
......
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