From 119c782e0b9f691a3eeff1f44c23522aa4f9c552 Mon Sep 17 00:00:00 2001 From: dosire Date: Wed, 22 Jan 2014 17:01:47 +0100 Subject: More explanation for upload limits. --- config/gitlab.yml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3