|
|
@ -831,7 +831,7 @@ export const DEFAULT_JDBC_POOL = { |
|
|
|
testOnBorrow: true, |
|
|
|
testOnBorrow: true, |
|
|
|
testOnReturn: false, |
|
|
|
testOnReturn: false, |
|
|
|
testWhileIdle: false, |
|
|
|
testWhileIdle: false, |
|
|
|
timeBetweenEvictionRunsMillis: -1, |
|
|
|
timeBetweenEvictionRunsMillis: 60000, |
|
|
|
numTestsPerEvictionRun: 3, |
|
|
|
numTestsPerEvictionRun: 3, |
|
|
|
minEvictableIdleTimeMillis: 1800, |
|
|
|
minEvictableIdleTimeMillis: 1800, |
|
|
|
}; |
|
|
|
}; |
|
|
|