Skip to content
Snippets Groups Projects
Unverified Commit 60056d67 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

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]
parent 5f129bde
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment