Skip to content
Snippets Groups Projects
Verified Commit a6546f51 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Default gix max size to 20mb

parent 2d6c4d2b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -226,7 +226,7 @@ production: &base
Loading
@@ -226,7 +226,7 @@ production: &base
# The next value is the maximum memory size grit can use # The next value is the maximum memory size grit can use
# Given in number of bytes per git object (e.g. a commit) # Given in number of bytes per git object (e.g. a commit)
# This value can be increased if you have very large commits # 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 # Git timeout to read a commit, in seconds
timeout: 10 timeout: 10
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment