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:
authorSami Hiltunen <shiltunen@gitlab.com>2020-07-28 11:57:02 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-07-30 18:06:59 +0300
commitf88be97da354972a6609be3cfb4563941f958947 (patch)
tree16f8a96a31e2c581cb301935612453bf62b8b9e5 /config.praefect.toml.example
parentdb7767ad3febe68c4f376886d62a05bba5200f83 (diff)
remove virtual storage wide read-only mode
With the introduction of per repository read-only mode, this commit removes the previous virtual storage wide read-only mode implementation.
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index 9e96c6335..98bf07a2b 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -39,7 +39,6 @@ listen_addr = "127.0.0.1:2305"
[failover]
enabled = true
election_strategy = "sql" # Options: local, sql. Defaults to 'sql'.
-read_only_after_failover = true # Switch the virtual storage to read-only mode after after a failover.
[[virtual_storage]]
name = 'praefect'