Commit 5fa1bd60 authored by Stan Hu's avatar Stan Hu

Merge branch 'jv-gitaly-rspec-catfile' into 'master'

Fix gitaly rspec failures 'too many open files'

Closes gitaly#1711

See merge request gitlab-org/gitlab-ce!29203
parents 87dce571 c18af25c
......@@ -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