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

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

// GeometricRepacking will start to use geometric repacking of objects in the context of repository
// maintenance.
var GeometricRepacking = NewFeatureFlag(
	"geometric_repacking",
	"v15.11.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/5031",
	true,
)