diff options
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 12346ab..ecb8a9b 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 < 65) { + if($avail > 0 and $avail < 45) { $fast_cgi_enable = false; } |