From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 13 Dec 2008 18:19:44 +0000 (+0000)
Subject: Add keep-alive-timeout section.
X-Git-Tag: v_3_0_11~134
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/user-manual/faq/static/gitweb.js?a=commitdiff_plain;h=9e2387cc83a4cb44e36e48c5ceb7e63fd0a5b68a;p=privoxy.git

Add keep-alive-timeout section.
---

diff --git a/config b/config
index 33691aba..ffa50bd0 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
 #        Sample Configuration File for Privoxy v3.0.11
 #
-#  $Id: p-config.sgml,v 2.32 2008/08/30 12:03:09 fabiankeil Exp $
+#  $Id: config,v 1.67 2008/08/30 15:31:53 fabiankeil Exp $
 #
 #  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
 #
@@ -1386,6 +1386,38 @@ allow-cgi-request-crunching 0
 split-large-forms 0
 #
 #
+#  5.7. keep-alive-timeout
+#  ========================
+#
+#  Specifies:
+#
+#      Number of seconds after which an open connection will no longer
+#      be reused.
+#
+#  Type of value:
+#
+#      Time in seconds.
+#
+#  Default value:
+#
+#      None
+#
+#  Effect if unset:
+#
+#      Connections are not reused.
+#
+#  Notes:
+#
+#      This option has no effect if Privoxy has been compiled without
+#      keep-alive support.
+#
+#  Examples:
+#
+#      keep-alive-timeout 300
+#
+keep-alive-timeout 300
+#
+#
 #  6. WINDOWS GUI OPTIONS
 #  =======================
 #