From: Fabian Keil Date: Thu, 4 Feb 2010 09:35:04 +0000 (+0000) Subject: Decrease default keep-alive-timeout to 5 seconds and explain why. X-Git-Tag: v_3_0_16~39 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=9a9d72c26da8bd6d940645a5b5481f6265881f0b Decrease default keep-alive-timeout to 5 seconds and explain why. --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 6f528045..ad13d80d 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.59 2010/01/11 13:45:04 fabiankeil Exp $ + $Id: p-config.sgml,v 2.60 2010/01/29 17:02:59 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.59 2010/01/11 13:45:04 fabiankeil Exp $ + $Id: p-config.sgml,v 2.60 2010/01/29 17:02:59 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ @@ -2536,6 +2536,23 @@ forward-socks4, forward-socks4a and forward-socks5 This option has no effect if Privoxy has been compiled without keep-alive support. + + Note that a timeout of five seconds as used in the default + configuration file significantly decreases the number of + connections that will be reused. The value is used because + some browsers limit the number of connections they open to + a single host and apply the same limit to proxies. This can + result in a single website grabbing all the + connections the browser allows, which means connections to + other websites can't be opened until the connections currently + in use time out. + + + Several users have reported this as a Privoxy bug, so the + default value has been reduced. Consider increasing it to + 300 seconds or even more if you think your browser can handle + it. If your browser appears to be hanging it can't. + @@ -2547,7 +2564,7 @@ forward-socks4, forward-socks4a and forward-socks5 -@@keep-alive-timeout 300]]> +@@keep-alive-timeout 5]]>