config: set transfer.unpackLimit
commitb45d35056aee56f2f61bea1b35c1187a98bc75c4
authorKyle J. McKay <mackyle@gmail.com>
Mon, 27 Nov 2017 06:27:33 +0000 (26 22:27 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 27 Nov 2017 06:27:33 +0000 (26 22:27 -0800)
tree37f69816409d1112797918ed1a7ac893630df0c2
parent131fa0338214654fa9c0a497bf785f9876893958
config: set transfer.unpackLimit

We already try very hard to make sure the transfer.unpackLimit uses
a suitable value to avoid performance degradation and pushy race
conditions.

Try even harder by making sure it's added to a new project's config
and the etc/girocco config to avoid any pushes slipping through.

In particular, this catches the case of an administrator doing some
kind of "pushy" work outside the usual Girocco mechanisms.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm
jailsetup.sh
toolbox/update-all-config.sh