PlsqlConnectionTimeout
Specifies the timeout in milliseconds for testing a connection pooled in mod_plsql
When PlsqlConnectionvalidation
is set to Automatic
or AlwaysValidate
, mod_plsql will attempt to test pooled database connections.
This parameter specifies the maximume time mod_plsql should wait for the test request to complete before it assumes that the connection is not usable.
- Syntax:
- PlsqlConnectionTimeout 5000
- Default:
- 10000
- Example:
- PlsqlConnectionTimeout 5000