From 1068223eaf9d3fe0fb451bcbfec09bba59f4aa55 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Mon, 17 Dec 2018 13:25:09 +0000 Subject: Merge branch '55230-remove-project-cleanup-feature-flag' into 'master' Remove the project_cleanup feature flag Closes #55230 See merge request gitlab-org/gitlab-ce!23814 (cherry picked from commit 0ab50681da1f0c8d1ee1569d61c2ac509a9e3581) 0b74b863 Fix repository cleanup with object storage on e8a675d3 Remove the project_cleanup feature flag --- lib/gitlab/gitaly_client/cleanup_service.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/gitlab/gitaly_client/cleanup_service.rb b/lib/gitlab/gitaly_client/cleanup_service.rb index 8e412a9b3ef..3e8d6a773ca 100644 --- a/lib/gitlab/gitaly_client/cleanup_service.rb +++ b/lib/gitlab/gitaly_client/cleanup_service.rb @@ -20,6 +20,7 @@ module Gitlab while data = io.read(RepositoryService::MAX_MSG_SIZE) y.yield Gitaly::ApplyBfgObjectMapRequest.new(object_map: data) + break if io&.eof? end end -- cgit v1.2.3