summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 20:59:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 20:59:47 +0300
commita6546f51e2a383d812dd633166447f6758bd9bdb (patch)
tree0632fcecf1ddaae09d46153651034c31bc099013
parent2d6c4d2bb05e52731877ad17a0a78d0d3609ebcc (diff)
downloadgitlab-ce-a6546f51e2a383d812dd633166447f6758bd9bdb.tar.gz
Default gix max size to 20mb
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index b044aef9157..9b46aa07a56 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -226,7 +226,7 @@ production: &base
# 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: 15242880 # 15.megabytes
+ max_size: 20971520 # 20.megabytes
# Git timeout to read a commit, in seconds
timeout: 10