• Kirill Smelkov's avatar
    *: Don't forget to close opened ZODB storage · 9dbe70f3
    Kirill Smelkov authored
    Storages need to be closed to indicate a clean access end. If a storage is
    not closed cleanly it might require to spend time and resources on next
    open. For example FileStorage might need to recompute the index.
    
    /reviewed-on !6
    9dbe70f3
zodbinfo.py 2.91 KB