Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.23.0rc1 | Erik Johnston | 2020-11-13 | 1 | -1/+0 |
| | |||||
* | Enable reconnection in DB pool (#8726) | Erik Johnston | 2020-11-12 | 1 | -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 |