Commit 49e73f8a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed syntax error in config -> settings

parent 6570843f
......@@ -74,4 +74,4 @@ Settings.backup['path'] = File.expand_path(Settings.backup['path'] || "t
Settings['git'] ||= Settingslogic.new({})
Settings.git['max_size'] ||= 5242880 # 5.megabytes
Settings.git['bin_path'] ||= '/usr/bin/git'
Settings.git['timeout'] ||= Settings.git_timeout : 10
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