[CONPY-247] Connection pool: allow to specifiy validation interval Created: 2023-02-03 Updated: 2023-02-03 Resolved: 2023-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Connection Pooling |
| Affects Version/s: | N/A |
| Fix Version/s: | 1.1.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. |