openstack-ansible-os_nova/releasenotes/notes/db-pooling-cec321004b4a8a79.yaml
Damian Dabrowski fcd582731b Database connection pooling improvements
- Implemented new variable ``connection_recycle_time`` responsible for SQLAlchemy's connection recycling
- Set new default values for db pooling variables which are inherited from the global ones.

Change-Id: Ibc876f2744c271e9c4ad797597c15af8d73867c1
2021-12-01 22:04:50 +01:00

5 lines
218 B
YAML

features:
- Implemented new variable ``connection_recycle_time`` responsible for SQLAlchemy's connection recycling
other:
- Set new default values for db pooling variables which are inherited from the global ones.