Merge branch 'zj-blobs-bulk-gitaly' into 'master'

Add link to Gitaly conversion

[ci skip]

See merge request gitlab-org/gitlab-ce!15666
This commit is contained in:
Robert Speicher 2017-11-30 17:21:58 +00:00
commit fee2a54389

View file

@ -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|