system-config/playbooks/roles/gerrit/templates/jgit.config.j2
Clark Boylan e7e56bde62 Enable git protocol v2 on gerrit
This is enabled on review-test if you want to test it out. It is
intended to speed up fetches and clones and such as you don't have to
list and interact with all of the gerrit change refs to do those common
operations.

Change-Id: I65b430548a2805cd05dc4cdbcf9354a9c18faadc
2020-12-09 15:51:10 -08:00

9 lines
164 B
Django/Jinja

[core]
packedGitOpenFiles = {{ gerrit_packed_git_open_files }}
packedGitLimit = 400m
packedGitWindowSize = 16k
[protocol]
version = 2
[receive]
autogc = false