Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
Add an additional option "pool_validation_interval".
To reduce the status checking (ping) when obtaining a new connection from pool, pool_validation_interval specifies the time after which a connection will be checked again.
This avoids unnecessary verification in case of frequent reuse.
Default value will be 500ms, 0 means that the connection will always be checked.