Disable Gerrit's automatic Git GC on push
For unfathomable reasons, Gerrit implements automatic GC on every push and enables this by default but recommends in the documentation that it be turned off. Follow their recommendation on this, since it seems to result in additional load and we already periodically GC all repos anyway. Change-Id: I9a46c69b26e0a746f2aed308a28e5408e5c34ef1
This commit is contained in:
parent
835122560f
commit
c91ead8c05
@ -74,6 +74,7 @@
|
||||
[receive]
|
||||
maxObjectSizeLimit = 100 m
|
||||
enableSignedPush = false
|
||||
autogc = false
|
||||
[commentlink "bugheader"]
|
||||
match = "([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)"
|
||||
link = "https://launchpad.net/bugs/$2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user