summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-10 15:57:41 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-02-10 15:57:41 -0500
commit38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7 (patch)
tree6fbf7cb7c767bbeef46576b0f57a4640097635f4
parented241396bee40b967a9ee1fb3ab0bfd9aafd4218 (diff)
downloadpfsense-38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7.zip
pfsense-38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7.tar.gz
increase server.max-write-idle to 999
-rw-r--r--etc/inc/system.inc5
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
OpenPOWER on IntegriCloud