Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ff_fetch_into_object_pool_prune_refs.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21d8eb3f0d9d1f14bca5472c908cba0252812c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
package featureflag

// FetchIntoObjectPoolPruneRefs enables pruning of references in object pools. This is required in
// order to fix cases where updating pools doesn't work anymore due to preexisting references
// conflicting with new references in the pool member.
var FetchIntoObjectPoolPruneRefs = NewFeatureFlag(
	"fetch_into_object_pool_prune_refs",
	"v15.3.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4394",
	false,
)