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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-18 17:01:15 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-21 11:13:54 +0300
commit7609860b62463c255f223988bb2ba1b34a43f9b2 (patch)
tree9970e16288dfa8e95043a9b67b0c9634f0c6ab9b /config.toml.example
parent4ae37c924bbbfe42c541cab7c72584cdadc46620 (diff)
global: Remove GarbageCollect RPC
The GarbageCollect RPC has been deprecated in favor of OptimizeRepository. Remove its Protobuf declaration and implementation. Changelog: removed
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index aa434f288..bf7059ea3 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -101,7 +101,7 @@ self_signed_cert = false
# # You can adjust the concurrency of each RPC endpoint
# [[concurrency]]
-# rpc = "/gitaly.RepositoryService/GarbageCollect"
+# rpc = "/gitaly.RepositoryService/OptimizeRepository"
# max_per_repo = 1
# max_queue_wait = "1m"
# max_queue_size = 10