octavia/releasenotes/notes/mysql-persistence-driver-idle_timeout-23a481d304c3d283.yaml
Takashi Kajinami ff1b201d58 Honor connection_recycle_timeout in MysqlPersistenceDriver
The taskflow library allows us to customize idle_timeout. This change
makes the option set according to the equivalent option in oslo.db
similarly to the other options such as max_overflow.

Change-Id: I1c50f232c4f0c5c10a3dd5a928466f7ef67a9763
2023-11-15 01:55:14 +09:00

6 lines
139 B
YAML

---
features:
- |
Now the ``[database] connection_recycle_time`` option is also used by
connections in MySQL persistence driver.