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/metadata/featureflag/ff_transactional_restore_custom_hooks.go')
-rw-r--r--internal/metadata/featureflag/ff_transactional_restore_custom_hooks.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_transactional_restore_custom_hooks.go b/internal/metadata/featureflag/ff_transactional_restore_custom_hooks.go
index 8f3e2337d..c8b8d9ee2 100644
--- a/internal/metadata/featureflag/ff_transactional_restore_custom_hooks.go
+++ b/internal/metadata/featureflag/ff_transactional_restore_custom_hooks.go
@@ -2,4 +2,9 @@ package featureflag
// TransactionalRestoreCustomHooks will use transactional voting in the
// RestoreCustomHooks RPC
-var TransactionalRestoreCustomHooks = NewFeatureFlag("tx_restore_custom_hooks", false)
+var TransactionalRestoreCustomHooks = NewFeatureFlag(
+ "tx_restore_custom_hooks",
+ "v15.0.0",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/4203",
+ false,
+)