From 742e91e5d0dce72a76aeb9331b3982eabb59811f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 18 Dec 2016 16:05:17 +0000 Subject: [PATCH] increase the max request limit on koji --- roles/koji_hub/templates/hub.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 6247188d18..001b16e715 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -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" %}