mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase the maximum loads per process from 1 to 10. (Lighttpd)
This commit is contained in:
parent
51e4bb3731
commit
b76fd87feb
@ -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}",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user