Commit 4fc17cf1 authored by dosire's avatar dosire

Reword the git explanation.

parent 7ad70a56
...@@ -202,9 +202,9 @@ production: &base ...@@ -202,9 +202,9 @@ production: &base
# Use the default values unless you really know what you are doing # Use the default values unless you really know what you are doing
git: git:
bin_path: /usr/bin/git bin_path: /usr/bin/git
# Max size of a git object (e.g. a commit), in bytes # The next value is the maximum memory size grit can use
# This value can be increased if you have very large commits with git over ssh # Given in number of bytes per git object (e.g. a commit)
# Git over http is limited by your webserver (for Nginx see lib/support/nginx/gitlab) # This value can be increased if you have very large commits
max_size: 5242880 # 5.megabytes max_size: 5242880 # 5.megabytes
# Git timeout to read a commit, in seconds # Git timeout to read a commit, in seconds
timeout: 10 timeout: 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment