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:
parent
9d1c06bba1
commit
b16bcd029f
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
ServerName https://kojipkgs.fedoraproject.org
|
ServerName https://kojipkgs.fedoraproject.org
|
||||||
|
MaxRequestWorkers 512
|
||||||
|
ServerLimit 512
|
||||||
|
|
||||||
RequestHeader unset Accept-Encoding early
|
RequestHeader unset Accept-Encoding early
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue