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
path: root/doc
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-30 11:56:15 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-30 11:59:13 +0300
commita8fd5c6be9fc50e860dd4d17e52cf69266bbc3ea (patch)
tree9cf69651380c2a9c6d1ceb69ded291e41cae89c3 /doc
parentca8e2de58193775a62599b3a4de682c511046033 (diff)
doc: Document that Ruby reference transaction hook is enabled by default
The Ruby reference transaction hook has been enabled by default in 303f10ed (featureflag: Enable Ruby reference transaction hooks by default, 2020-10-29), but documentation wasn't adjusted accordingly. Let's do so.
Diffstat (limited to 'doc')
-rw-r--r--doc/design_ha.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design_ha.md b/doc/design_ha.md
index 3dc1ebaeb..327766b0b 100644
--- a/doc/design_ha.md
+++ b/doc/design_ha.md
@@ -459,7 +459,7 @@ The current implementation of strong consistency via reference-transaction hook
is enabled by default. You can use the following feature flags to change its
behavior:
-- `gitaly_ruby_reference_transaction_hook`: This feature flag is disabled by
+- `gitaly_ruby_reference_transaction_hook`: This feature flag is enabled by
default. If enabled, it will cause Ruby RPCs to perform voting via the
reference-transaction hook.