• Tim Peters's avatar
    _ConnectionPool._reduce_size(): when forgetting a Connection · df7fc4d8
    Tim Peters authored
    due to exceeding pool_size available connections, clear its
    cache right away.  Because such a connection can never be in
    the open state again, hanging on to resources in its cache is
    just wasteful.  This was reported as "a problem" on zodb-dev
    recently, although it's unclear how the poster got into a state
    where it mattered so much.
    df7fc4d8
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 7.88 KB