Skip to content

repository: Always use long-running LFS filter process in GetArchive

In 0603c758 (repository: Use long-running filter process for converting LFS pointers, 2022-05-31), we have introduced support for the long-lived process protocol so that we only require a single gitaly-lfs-smudge to convert multiple LFS pointers instead of one per pointer. This has been wired up for GetArchive() to speed up this RPC in large repos with many pointers.

This change was rolled out on June 13th without any issues having been observed so far. So let's remove the feature flag so that we always use the long-running filter process protocol.

Closes #4282 (closed).

Merge request reports