copr: restore some sane value for copr-dist-git httpd

This commit is contained in:
Miroslav Suchý 2016-07-11 15:48:44 +02:00
parent 92a96a7c02
commit bcf4c81524

View file

@ -8,9 +8,7 @@ Alias /per-task-logs /var/lib/copr-dist-git/per-task-logs
<IfModule mpm_prefork_module> <IfModule mpm_prefork_module>
StartServers 2 StartServers 2
MinSpareServers 2 MinSpareServers 2
MaxSpareServers 3 MaxSpareServers 5
ServerLimit 10 ServerLimit 20
MaxRequestsPerChild 10000 MaxRequestsPerChild 10000
</IfModule> </IfModule>
TimeOut 1200