Fix gitaly rspec failures 'too many open files'
This commit is contained in:
parent
87dce5716c
commit
c18af25c56
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue