diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b044aef9157cc7041cc5941734a9384aec0536d8..9b46aa07a565f70552dd654c4b4c7d1212629a8d 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