Destroying projects often times out
Created by: bendavies
When destroying projects, our installation of gitlab often times out.
I'm guessing this is due to the multiple dependent: :destroy
on Project.
The project destroys that our timing out for us happen to have 30+ users assigned, so i guess that is where the performance issue is?
I'm not a ruby dev, so apologies if the diagnosis is way off!