| Due to the refactoring in !16082, `Blob#batch` no longer falls back to a default `blob_size_limit`. Since `Repository#batch_blobs` was using a default `nil` value, this would cause issues in the `Blob#find_by_rugged` method. This fix here is to be consistent and use a non-nil default value in `Repository#batch_blobs`. The problem was masked in development and tests because Gitaly is always enabled by default for all features. Closes #41735 | ||
|---|---|---|
| .. | ||
| file_collection | ||
| formatters | ||
| diff_refs_spec.rb | ||
| file_spec.rb | ||
| highlight_spec.rb | ||
| inline_diff_markdown_marker_spec.rb | ||
| inline_diff_marker_spec.rb | ||
| inline_diff_spec.rb | ||
| line_mapper_spec.rb | ||
| parallel_diff_spec.rb | ||
| parser_spec.rb | ||
| position_spec.rb | ||
| position_tracer_spec.rb | ||