ymdatta / pagure

Forked from pagure 6 years ago
Clone

1f4ebff Attempt to fix the error `error: [Errno 24] Too many open files`

Authored and Committed by pingou 8 years ago
    Attempt to fix the error `error: [Errno 24] Too many open files`
    
    We regularly run into the error `error: [Errno 24] Too many open files`
    with this commit we try to fix it by making sure we always close the
    connections.
    Let's see if it help