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

ff_run_cmd_in_cgroup.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c84995b1ec22a528078c57c5f1f310dbeae7138 (plain)
1
2
3
4
package featureflag

// RunCommandsInCGroup allows all commands to be run within a cgroup
var RunCommandsInCGroup = NewFeatureFlag("run_cmds_in_cgroup", false)