Commit 4fc17cf13f955e9deedcfba81009dd658c4779a9
1 parent
7ad70a56
Exists in
spb-stable
and in
3 other branches
Reword the git explanation.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
config/gitlab.yml.example
@@ -202,9 +202,9 @@ production: &base | @@ -202,9 +202,9 @@ production: &base | ||
202 | # Use the default values unless you really know what you are doing | 202 | # Use the default values unless you really know what you are doing |
203 | git: | 203 | git: |
204 | bin_path: /usr/bin/git | 204 | bin_path: /usr/bin/git |
205 | - # Max size of a git object (e.g. a commit), in bytes | ||
206 | - # This value can be increased if you have very large commits with git over ssh | ||
207 | - # Git over http is limited by your webserver (for Nginx see lib/support/nginx/gitlab) | 205 | + # The next value is the maximum memory size grit can use |
206 | + # Given in number of bytes per git object (e.g. a commit) | ||
207 | + # This value can be increased if you have very large commits | ||
208 | max_size: 5242880 # 5.megabytes | 208 | max_size: 5242880 # 5.megabytes |
209 | # Git timeout to read a commit, in seconds | 209 | # Git timeout to read a commit, in seconds |
210 | timeout: 10 | 210 | timeout: 10 |