Browse Source

REPORT-92280 fix:timeBetweenEvictionRunsMillis默认值调整

release/11.0
Aries.lsy 2 years ago
parent
commit
6efad99c38
  1. 2
      src/modules/constants/constant.ts

2
src/modules/constants/constant.ts

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

Loading…
Cancel
Save