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/praefect/config/config.go')
-rw-r--r--internal/praefect/config/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/praefect/config/config.go b/internal/praefect/config/config.go
index 7b5296234..4c80ae4fd 100644
--- a/internal/praefect/config/config.go
+++ b/internal/praefect/config/config.go
@@ -29,7 +29,8 @@ type Config struct {
Prometheus prometheus.Config `toml:"prometheus"`
Auth auth.Config `toml:"auth"`
DB `toml:"database"`
- FailoverEnabled bool `toml:"failover_enabled"`
+ FailoverEnabled bool `toml:"failover_enabled"`
+ ElectionStrategy string `toml:"election_strategy"`
}
// VirtualStorage represents a set of nodes for a storage