From b16bcd029f374aea2398dc5b4707e20a63b88f02 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Jun 2017 20:00:45 +0000 Subject: [PATCH] up the apache limit on kojipgks from default 256 to 512. This should hopefully stop issues with 256 requests at a time causing download errors for composes --- roles/kojipkgs/files/kojipkgs.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/kojipkgs/files/kojipkgs.conf b/roles/kojipkgs/files/kojipkgs.conf index cf8ea56095..73174bdcc2 100644 --- a/roles/kojipkgs/files/kojipkgs.conf +++ b/roles/kojipkgs/files/kojipkgs.conf @@ -1,4 +1,6 @@ ServerName https://kojipkgs.fedoraproject.org +MaxRequestWorkers 512 +ServerLimit 512 RequestHeader unset Accept-Encoding early