Commit c18af25c authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Stan Hu

Fix gitaly rspec failures 'too many open files'

parent 87dce571
......@@ -43,6 +43,7 @@ module Gitlab
config[:'gitaly-ruby'] = { dir: File.join(gitaly_dir, 'ruby') } if gitaly_ruby
config[:'gitlab-shell'] = { dir: Gitlab.config.gitlab_shell.path }
config[:bin_dir] = Gitlab.config.gitaly.client_path
config[:git] = { catfile_cache_size: 5 }
TomlRB.dump(config)
end
......
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