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

This commit is contained in:
Kevin Fenzi 2017-06-28 20:00:45 +00:00
parent 9d1c06bba1
commit b16bcd029f

View file

@ -1,4 +1,6 @@
ServerName https://kojipkgs.fedoraproject.org
MaxRequestWorkers 512
ServerLimit 512
RequestHeader unset Accept-Encoding early