From: Fabian Keil Date: Sun, 15 Feb 2009 08:06:22 +0000 (+0000) Subject: Increase default socket timeout to 300 seconds. X-Git-Tag: v_3_0_11~45 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=fcb770522d872b974e2653638efdf92802b83126;ds=sidebyside Increase default socket timeout to 300 seconds. --- diff --git a/config b/config index a4c168cf..68dfd957 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # Sample Configuration File for Privoxy v3.0.11 # -# $Id: config,v 1.71 2009/02/08 18:35:48 fabiankeil Exp $ +# $Id: config,v 1.72 2009/02/09 16:49:47 fabiankeil Exp $ # # Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ # @@ -1436,13 +1436,19 @@ keep-alive-timeout 300 # # Effect if unset: # -# A default value of 180 seconds is used. +# A default value of 300 seconds is used. +# +# Notes: +# +# For SOCKS requests the timeout currently doesn't start until +# the SOCKS server accepted the request. This will be fixed in +# the next release. # # Examples: # -# socket-timeout 180 +# socket-timeout 300 # -socket-timeout 180 +socket-timeout 300 # # # 6. WINDOWS GUI OPTIONS