summary refs log tree commit diff
path: root/changelog.d/8726.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.23.0rc1Erik Johnston2020-11-131-1/+0
|
* Enable reconnection in DB pool (#8726)Erik Johnston2020-11-121-0/+1
`adbapi.ConnectionPool` let's you turn on auto reconnect of DB connections. This is off by default. As far as I can tell if its not enabled dead connections never get removed from the pool. Maybe helps #8574