Browse Source

Merge pull request #7248 in DEC/decision-webui-dcm from bugfix/11.0 to feature/x

* commit '40744098e773aa1a6b03edc4e7e316e104df9418':
  REPORT-92280 fix:timeBetweenEvictionRunsMillis默认值调整
feature/x
superman 2 years ago
parent
commit
311c4eb567
  1. 2
      src/modules/constants/constant.ts

2
src/modules/constants/constant.ts

@ -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,
}; };

Loading…
Cancel
Save