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:
commit
fee2a54389
1 changed files with 1 additions and 0 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue