Increase the maximum loads per process from 1 to 10. (Lighttpd)

This commit is contained in:
Scott Ullrich 2006-06-01 00:00:59 +00:00
parent 51e4bb3731
commit b76fd87feb

View File

@ -597,7 +597,7 @@ fastcgi.server = ( ".php" =>
"socket" => "/tmp/php-fastcgi.socket",
"min-procs" => 1,
"max-procs" => {$max_procs},
"max-load-per-proc" => 1,
"max-load-per-proc" => 10,
"idle-timeout" => 1,
"bin-environment" => (
"PHP_FCGI_CHILDREN" => "{$max_procs}",