diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-10 15:57:41 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-10 15:57:41 -0500 |
commit | 38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7 (patch) | |
tree | 6fbf7cb7c767bbeef46576b0f57a4640097635f4 | |
parent | ed241396bee40b967a9ee1fb3ab0bfd9aafd4218 (diff) | |
download | pfsense-38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7.zip pfsense-38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7.tar.gz |
increase server.max-write-idle to 999
-rw-r--r-- | etc/inc/system.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 4359782..597748d 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -783,6 +783,9 @@ server.modules = ( server.document-root = "{$document_root}" {$captive_portal_rewrite} +# Maximum idle time with nothing being written (php downloading) +server.max-write-idle = 999 + ## where to send error-messages to server.errorlog = "/var/log/lighttpd.error.log" @@ -1231,4 +1234,4 @@ function enable_watchdog() { } } -?> +?>
\ No newline at end of file |