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-22 20:51:00 +0400
committerdosire <sytses@gmail.com>2014-01-22 20:51:00 +0400
commit7ad70a56d3258687b5e129b15dbfca4edb199eb4 (patch)
tree70bb543f454d9c72928c4545c3c86825ff8ac27b /config
parent119c782e0b9f691a3eeff1f44c23522aa4f9c552 (diff)
Git over ssh and http are different things.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index c4769938d18..67adbfb9a4c 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -203,8 +203,8 @@ production: &base
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
- # Please also change the limit for your webserver (for Nginx see lib/support/nginx/gitlab)
+ # 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)
max_size: 5242880 # 5.megabytes
# Git timeout to read a commit, in seconds
timeout: 10