Update builddlist apache config for jessie
[mirror/dsa-puppet.git] / modules / apache2 / files / mpm_worker
index 0df6665..3c0b0eb 100644 (file)
@@ -26,7 +26,7 @@
        ThreadsPerChild            50
        MinSpareThreads            20
        MaxSpareThreads            75
-       MaxConnectionsPerChild  10000
+       MaxConnectionsPerChild  1000000
 </IfModule>
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet