Use new git max_size in the settings initializer

This commit is contained in:
Jacob Vosmaer 2014-08-15 11:38:32 +02:00
parent 27cf081e1b
commit ec381a9308
1 changed files with 1 additions and 1 deletions

View File

@ -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