Time Between Connection Eviction Runs¶
Key: qie.dbConnection.timeBetweenEvictionRunsMillis
Env Var: QIE_DBCONNECTION_TIMEBETWEENEVICTIONRUNSMILLIS
Default: 0
Scope: Global
Description: This is the time in ms that the JDBC connection pool manager will wait between eviction runs to evict old connections. A value of 0 disables this option. If this is disabled, then connection are evicted when they are returned from use if they exceed the age limit.
Examples¶
Env Var
Java Option
YAML