Commit fee2a543 authored by Robert Speicher's avatar Robert Speicher

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

Add link to Gitaly conversion

[ci skip]

See merge request gitlab-org/gitlab-ce!15666
parents 5f129bde 60056d67
......@@ -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|
......
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