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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-05 19:05:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-05 19:05:38 +0300
commit3bf3759258f86c31428caa47a1df9b9eccc5e056 (patch)
tree5d4f5ed123223a2c6bfd8ec9b8980c995af25f51
parentc3b4ba3f47fcbd675891bb9e60663fdd86002308 (diff)
parent7977654d7112e2a28ecc1ead38f182f3a0e9e510 (diff)
Automatic merge of gitlab-org/gitaly master
-rw-r--r--internal/featureflag/ff_exec_command_directly_in_cgroup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/featureflag/ff_exec_command_directly_in_cgroup.go b/internal/featureflag/ff_exec_command_directly_in_cgroup.go
index a47b0339f..247837116 100644
--- a/internal/featureflag/ff_exec_command_directly_in_cgroup.go
+++ b/internal/featureflag/ff_exec_command_directly_in_cgroup.go
@@ -5,5 +5,5 @@ var ExecCommandDirectlyInCgroup = NewFeatureFlag(
"exec_command_directly_in_cgroup",
"v16.5.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/5639",
- false,
+ true,
)