Skip to content

Gitaly: Extend timeout for blob fetching

What does this MR do and why?

Fetching very large blobs can cause GRPC timeout errors. Extend the timeout.

Fixes: #342703 (closed)

How to set up and validate locally

  1. Create a repository with a very large (7GB on my machine) file
  2. View the commit that adds the file
  3. In the old version, this causes a 500 error, but in the new version, it works properly

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports