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
This commit is contained in:
Clark Boylan 2020-12-09 15:51:10 -08:00
parent 1fedac8209
commit e7e56bde62

View File

@ -2,5 +2,7 @@
packedGitOpenFiles = {{ gerrit_packed_git_open_files }}
packedGitLimit = 400m
packedGitWindowSize = 16k
[protocol]
version = 2
[receive]
autogc = false