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:
authorJohn Cai <jcai@gitlab.com>2019-08-08 04:16:34 +0300
committerJohn Cai <jcai@gitlab.com>2019-08-22 21:40:26 +0300
commitc0be0c9b6d1c92b8150d363d22cea261ea762708 (patch)
tree58b53f9b49b221994a07503ad961a31eeddebefa /config.praefect.toml.example
parente370c5ee8cf128299acb2f5d300497add4526c5d (diff)
Realtime replication
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index 1393de890..dcd4194ac 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -5,8 +5,6 @@ listen_addr = "127.0.0.1:2305"
# # Praefect can listen on a socket when placed on the same machine as all clients
# socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
-# # Praefect will only replicate whitelisted repositories
-# whitelist = ["@hashed/3f/db/3fdba35f04dc8c462986c992bcf875546257113072a909c162f7e470e581e278.git"]
# # Optional: export metrics via Prometheus
# prometheus_listen_addr = "127.0.01:10101"