Fix #33: Fix OOM when deleting large repositories
Rather than having the delete process first load all changesets for the repo, and then delete files for each individual changeset, replace this method with a single DB query that handles all file deletion with a subquery. |
---|
|
Source/Source.API.php |
---|