summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-26 03:03:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-26 03:03:08 +0000
commit21002f0bfc64ad0787857f3895518cacedb43f90 (patch)
tree4a7cdb4c95fbee603ae12eff61e977c5c79f2a3b /etc/inc/system.inc
parente0bcd34e8341b3a575d730f0c23aded6c913d2ad (diff)
downloadpfsense-21002f0bfc64ad0787857f3895518cacedb43f90.zip
pfsense-21002f0bfc64ad0787857f3895518cacedb43f90.tar.gz
Turn off fast cgi on platforms with less than 64 megs of ram.
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 5e33618..12346ab 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -581,7 +581,7 @@ function system_generate_lighty_config($filename,
$max_requests = 1;
}
- if($avail > 0 and $avail < 49) {
+ if($avail > 0 and $avail < 65) {
$fast_cgi_enable = false;
}
OpenPOWER on IntegriCloud