summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-01 00:00:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-01 00:00:59 +0000
commitb76fd87feb884670635794549eaa7fd595f1ea70 (patch)
tree4c98d73857de080fd343b236cc1aeb7930466bc0 /etc/inc/system.inc
parent51e4bb3731058eae7675c4cae886261ee2b74676 (diff)
downloadpfsense-b76fd87feb884670635794549eaa7fd595f1ea70.zip
pfsense-b76fd87feb884670635794549eaa7fd595f1ea70.tar.gz
Increase the maximum loads per process from 1 to 10. (Lighttpd)
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index e0bd3b3..04718c5 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -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}",
OpenPOWER on IntegriCloud