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 <jacob@gitlab.com>2019-06-04 15:38:58 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-06-04 15:38:58 +0300
commitf99e8e787a08c134ce4be552a54e4d0971fec566 (patch)
tree36d0509d914b47d911058d7d7ad5ab00de5f4a93 /config.toml.example
parent0ebda59da1bc8285645499a24268a54f2170b7d0 (diff)
Make catfile cache size configurable
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 1ab0fe7d6..801914937 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -21,9 +21,10 @@ bin_dir = "/home/git/gitaly"
# certificate_path = '/home/git/cert.cert'
# key_path = '/home/git/key.pem'
-# # Git executable settings
+# # Git settings
# [git]
# bin_path = "/usr/bin/git"
+# catfile_cache_size = 100
[[storage]]
name = "default"