Skip to content

Remove Abandoned Connections Timeout

Key: qie.dbConnection.removeAbandonedTimeoutSeconds

Env Var: QIE_DBCONNECTION_REMOVEABANDONEDTIMEOUTSECONDS

Default: 0

Scope: Global

Description: This is how many seconds a connection has been in use before it is determined to be abandoned. A value of 0 disables this option. The option qie.dbConnection.removeAbandoned must be set to use this option.

Examples

Env Var

QIE_DBCONNECTION_REMOVEABANDONEDTIMEOUTSECONDS=300

Java Option

-Dqie.dbConnection.removeAbandonedTimeoutSeconds=300

YAML

QIE_DBCONNECTION_REMOVEABANDONEDTIMEOUTSECONDS: 300