Default gix max size to 20mb
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
2d6c4d2bb0
commit
a6546f51e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue