Skip to content

localrepo: Always disable use of alternate refs in internal fetches

With ddfe6e81 (localrepo: Speed up connectivity check when fetching into pooled repos, 2021-07-30), we have started to disable use of alternate refs in internal fetches such that we don't use refs of object pools. While this performance optimization hasn't unblocked us on the problem we wanted to fix originally where fetches were too slow, it is still the right thing to do.

Drop the feature flag and unconditionally enable the new code. The feature flag had been enabled in production for some days without any issues observerd.

Changelog: performance

Closes #3729 (closed)

Merge request reports