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:01:47 +0400
committerdosire <sytses@gmail.com>2014-01-22 20:01:47 +0400
commit119c782e0b9f691a3eeff1f44c23522aa4f9c552 (patch)
tree10289c57b5e02e31a1e86dba6ac701a10764b252 /config
parentdcc6ff5bcdf760e73fb2a045521716d0997fdbab (diff)
More explanation for upload limits.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index c63e8cb7ded..c4769938d18 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -204,6 +204,7 @@ production: &base
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)
max_size: 5242880 # 5.megabytes
# Git timeout to read a commit, in seconds
timeout: 10