From f99e8e787a08c134ce4be552a54e4d0971fec566 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 4 Jun 2019 12:38:58 +0000 Subject: Make catfile cache size configurable --- config.toml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.toml.example') 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" -- cgit v1.2.3