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

Authored and Committed by Pierre-Yves Chibon 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