Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-01-27 16:01:20 +0400
committerdosire <sytses@gmail.com>2014-01-27 16:01:20 +0400
commit4fc17cf13f955e9deedcfba81009dd658c4779a9 (patch)
treebb0235f1aaeaa7f3d692c96c458e36154815e7cf /config
parent7ad70a56d3258687b5e129b15dbfca4edb199eb4 (diff)
Reword the git explanation.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 67adbfb9a4c..be9ca8dc8c1 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