Skip to content

Max Connection Wait Timeout

Key: qie.dbConnection.maxWaitTimeoutMillis

Env Var: QIE_DBCONNECTION_MAXWAITTIMEOUTMILLIS

Default: 60000

Scope: Global

Description: The number of ms that the JDBC connection pool with wait for a successful connection before throwing a connection timeout exception.

Examples

Env Var

QIE_DBCONNECTION_MAXWAITTIMEOUTMILLIS=30000

Java Option

-Dqie.dbConnection.maxWaitTimeoutMillis=30000

YAML

QIE_DBCONNECTION_MAXWAITTIMEOUTMILLIS: 30000