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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/featureflag')
-rw-r--r--internal/featureflag/ff_run_cmd_in_cgroup.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/featureflag/ff_run_cmd_in_cgroup.go b/internal/featureflag/ff_run_cmd_in_cgroup.go
deleted file mode 100644
index 356bae752..000000000
--- a/internal/featureflag/ff_run_cmd_in_cgroup.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package featureflag
-
-// RunCommandsInCGroup allows all commands to be run within a cgroup
-var RunCommandsInCGroup = NewFeatureFlag(
- "run_cmds_in_cgroup",
- "v14.10.0",
- "https://gitlab.com/gitlab-org/gitaly/-/issues/4102",
- true,
-)