Commit 60056d67 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

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