Removed two legacy config options

Removed the max_size and timeout options from the git config in
gitlab.yml.
This commit is contained in:
Daniel Voogsgerd 2016-11-05 14:47:38 +01:00 committed by Stan Hu
parent bc33774f52
commit f4c45417fe
2 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
title: Removed two legacy config options
merge_request:
author: Daniel Voogsgerd
type: deprecated

View File

@ -577,12 +577,6 @@ production: &base
# Use the default values unless you really know what you are doing
git:
bin_path: /usr/bin/git
# 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: 20971520 # 20.megabytes
# Git timeout to read a commit, in seconds
timeout: 10
## Webpack settings
# If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running