diff options
Diffstat (limited to 'etc')
-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 0a614a3..e0bd3b3 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 = 1, + $max_procs = 2, $max_requests = "1", $fast_cgi_enable = true, $captive_portal = false) { |