Skip to content

Don't run full gc in AfterImportService

Stan Hu requested to merge sh-revert-full-gc-after-import into master

Pull mirrors would run the Projects::AfterImportService, which would force a git gc each time it finished. This is overkill and not necessary now that we have refs packed more frequently (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27826).

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11556

Merge request reports