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:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-05-16 16:56:31 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-05-16 16:56:31 +0300
commitaff01a0e09974d7019d49753077742b66a3cca9c (patch)
treed64175229e45583de9eafed630ba67147d8b63eb /config.toml.example
parentc5a643aea441f165b46b40f4eda283d9dec59184 (diff)
Use round robin load balancing instead of 'pick first' for gitaly-ruby
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index b47ce94eb..76e0ea047 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -56,6 +56,9 @@ dir = "/home/git/gitaly/ruby"
#
# # Time that gitaly-ruby memory must remain high before a restart (seconds)
# restart_delay = "5m"
+#
+# # Number of gitaly-ruby worker processes
+# num_workers = 2
[gitlab-shell]
# The directory where gitlab-shell is installed