Browse Source
The option was replaced 4 years ago[1] by connection_recycle_time. The
option is not anymore present in sqlalchemy. It's the good time to
remove it.
[1] 6634218415
Change-Id: I0c26c3e14ad9ad9a4f30af80757e369d6042441a
changes/41/778441/7
5 changed files with 7 additions and 26 deletions
@ -0,0 +1,7 @@
|
||||
--- |
||||
fixes: |
||||
- | |
||||
Removed the ``[DATABASE] idle_timeout``, ``[database] idle_timeout``, |
||||
``[sql] idle_timeout``, ``[DEFAULT] sql_idle_timeout`` and |
||||
``[DATABASE] sql_idle_timeout`` options. These were all legacy |
||||
aliases for ``[database] connection_recycle_time``. |
Loading…
Reference in new issue