The default pconn_timeout / persistent_request_timeout values was selected
a bit unfortunate. persistent_request_timeout should be bigger than
pconn_timeout, or we may risk closing the connection while a child sends
the next request.
#
-# $Id: cf.data.pre,v 1.463 2007/08/30 13:03:42 hno Exp $
+# $Id: cf.data.pre,v 1.464 2007/09/03 04:35:05 hno Exp $
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
# ----------------------------------------------------------
NAME: persistent_request_timeout
TYPE: time_t
LOC: Config.Timeout.persistent_request
-DEFAULT: 1 minute
+DEFAULT: 2 minutes
DOC_START
How long to wait for the next HTTP request on a persistent
connection after the previous request completes.
NAME: pconn_timeout
TYPE: time_t
LOC: Config.Timeout.pconn
-DEFAULT: 120 seconds
+DEFAULT: 1 minute
DOC_START
Timeout for idle persistent connections to servers and other
proxies.