Commit b0231f48 authored by Boris Krylov's avatar Boris Krylov

Reduce dedup calls to gc only

parent 1d5f5aa8
......@@ -24,7 +24,7 @@ class GitGarbageCollectWorker
task = task.to_sym
::Projects::GitDeduplicationService.new(project).execute
::Projects::GitDeduplicationService.new(project).execute if task == :gc
gitaly_call(task, project.repository.raw_repository)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment