From 4fc17cf13f955e9deedcfba81009dd658c4779a9 Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 27 Jan 2014 13:01:20 +0100 Subject: [PATCH] Reword the git explanation. --- config/gitlab.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 67adbfb9a..be9ca8dc8 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -202,9 +202,9 @@ production: &base # Use the default values unless you really know what you are doing git: bin_path: /usr/bin/git - # Max size of a git object (e.g. a commit), in bytes - # This value can be increased if you have very large commits with git over ssh - # Git over http is limited by your webserver (for Nginx see lib/support/nginx/gitlab) + # The next value is the maximum memory size grit can use + # Given in number of bytes per git object (e.g. a commit) + # This value can be increased if you have very large commits max_size: 5242880 # 5.megabytes # Git timeout to read a commit, in seconds timeout: 10 -- 2.11.0