Handle unicorn timeout limit more gracefully
Created by: bbodenmiller
With the unicorn.rb timeout limit set to 60 some compare operations (at /compare/commit...commit
) result in 502 errors because of a worker timeout. The GitLab system should handle this more gracefully.
Additionally if you increase the limit Chrome cannot handle the page it generates because so many diffs are being shown.