summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-26 21:39:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-26 21:39:49 +0000
commitd4aa487e91909fbc065caad3e1b9116120b3fcc6 (patch)
tree99d7cbac2f813609d748e5a26d2ce687d7132643 /etc/inc/system.inc
parentcfa466bb14052d1f61e1c944715cd7871d61baeb (diff)
downloadpfsense-d4aa487e91909fbc065caad3e1b9116120b3fcc6.zip
pfsense-d4aa487e91909fbc065caad3e1b9116120b3fcc6.tar.gz
change max_procs to 1
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..0a614a3 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -551,7 +551,7 @@ function system_generate_lighty_config($filename,
$port = 80,
$document_root = "/usr/local/www/",
$cert_location = "cert.pem",
- $max_procs = 2,
+ $max_procs = 1,
$max_requests = "1",
$fast_cgi_enable = true,
$captive_portal = false) {
OpenPOWER on IntegriCloud