Actions
Bug #29267
closedfile repo deletion is slow
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The repository model is setup to delete associated units very quickly via :dependent => :delete_all
However for file units, this is missing. This results in a very slow repo deletion with lots of units.
Actions