POOLCONNTIMEOUT

Section

DBPOOL

Initial Value

600

Units

Seconds

Range

>0

Description

Defines the timeout value for database connections. This value is checked whenever a new database connection is requested, and any existing connections that have been inactive for longer than this value are terminated. This ensures that the database connection pool is not increased unless all existing connections are actually in use.

Tuning

N/A