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:
authorAndrew Newdigate <andrew@gitlab.com>2017-09-30 00:19:49 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-09-30 00:19:49 +0300
commitbb849b4c136c7085e8b7b85126ec12f5caec0a21 (patch)
treedb8ed9e33d03a2b4c649dc247ed003918e20414c /config.toml.example
parent409fb4e5f38e135fb16bb2850d3513df832d6e0b (diff)
Rate limiter
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 5fe394217..69c813c4f 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -42,3 +42,8 @@ dir = "/home/git/gitaly/ruby"
[gitlab-shell]
# The directory where gitlab-shell is installed
dir = "/home/git/gitlab-shell"
+
+# # You can adjust the concurrency of each RPC endpoint
+# [[concurrency]]
+# rpc = "/gitaly.RepositoryService/GarbageCollect"
+# max_per_repo = 1