Skip to content
代码片段 群组 项目
提交 ec381a93 编辑于 作者: Jacob Vosmaer's avatar Jacob Vosmaer
浏览文件

Use new git max_size in the settings initializer

上级 27cf081e
No related branches found
No related tags found
无相关合并请求
......@@ -133,7 +133,7 @@ def verify_constant(modul, current, default)
# 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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册