summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-11-30 17:05:55 +0100
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-11-30 17:05:55 +0100
commit60056d67a08ee0afd211e64a2a364371f719cd07 (patch)
tree5d35307208a33ad30e9f821813fe013a01857993
parent5f129bdecd39955cc99b9609e292b0ced731e698 (diff)
downloadgitlab-ce-60056d67a08ee0afd211e64a2a364371f719cd07.tar.gz
Add link to gitaly converation
This endpoint still has to be migrated, and this comment makes sure everyone knows we are aware of this one. [ci skip]
-rw-r--r--lib/gitlab/git/blob.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/git/blob.rb b/lib/gitlab/git/blob.rb
index ddd52136bc4..228d97a87ab 100644
--- a/lib/gitlab/git/blob.rb
+++ b/lib/gitlab/git/blob.rb
@@ -49,6 +49,7 @@ module Gitlab
# Keep in mind that this method may allocate a lot of memory. It is up
# to the caller to limit the number of blobs and blob_size_limit.
#
+ # Gitaly migration issue: https://gitlab.com/gitlab-org/gitaly/issues/798
def batch(repository, blob_references, blob_size_limit: nil)
blob_size_limit ||= MAX_DATA_DISPLAY_SIZE
blob_references.map do |sha, path|