BigW Consortium Gitlab

Commit a8d1cbbe by Dmitriy Zaporozhets

Merge branch 'git_max_size' into 'master'

Use new git max_size in the settings initializer This allows us to avoid repeating default max_size setting in the omnibus-gitlab repository. See merge request !1021
parents 27cf081e ec381a93
......@@ -133,7 +133,7 @@ Settings.backup['path'] = File.expand_path(Settings.backup['path'] || "t
# Git
#
Settings['git'] ||= Settingslogic.new({})
Settings.git['max_size'] ||= 5242880 # 5.megabytes
Settings.git['max_size'] ||= 20971520 # 20.megabytes
Settings.git['bin_path'] ||= '/usr/bin/git'
Settings.git['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