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

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

// ExecCommandDirectlyInCgroup enables directly spawning commands in the correct Cgroup.
var ExecCommandDirectlyInCgroup = NewFeatureFlag(
	"exec_command_directly_in_cgroup",
	"v16.5.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/5639",
	false,
)