Re-reading zottel's excellent docs, 70 seems the recommended default. Changed.

This commit is contained in:
ken restivo 2015-11-27 14:43:17 -08:00
parent aa78d51521
commit 4af104384b

View File

@ -33,5 +33,5 @@ AddType audio/ogg .oga
# Required to keep Apache from hanging waiting for MySql connections
<IfModule mpm_prefork_module>
GracefulShutdownTimeout 300
MaxRequestWorkers 100
MaxRequestWorkers 70
</IfModule>