increase the max request limit on koji

This commit is contained in:
Kevin Fenzi 2016-12-18 16:05:17 +00:00
parent 7c5a3b7730
commit 742e91e5d0

View file

@ -22,7 +22,7 @@ AuthPrincipal = host/ppc.koji.fedoraproject.org
{% endif %}
KojiDir = /mnt/koji
MemoryWarnThreshold = 10000
MaxRequestLength = 83886080
MaxRequestLength = 167772160
# Kerb auth
{% if env == "staging" %}