[master] eaf1954 Increase connect_timeout default from 0.7 to 3.5 seconds to make room for a lost SYN or a slow test-box.

Poul-Henning Kamp phk at varnish-cache.org
Wed Sep 18 14:07:49 CEST 2013


commit eaf19545cbb4b6c861c2fe9511ecd1e9019ae11d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 18 12:07:17 2013 +0000

    Increase connect_timeout default from 0.7 to 3.5 seconds to make
    room for a lost SYN or a slow test-box.

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index c4a9566..ab4094b 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -336,7 +336,7 @@ const struct parspec mgt_parspec[] = {
 		"VCL can override this default value for each backend and "
 		"backend request.",
 		0,
-		"0.7", "s" },
+		"3.5", "s" },
 	{ "first_byte_timeout", tweak_timeout_double,
 		&mgt_param.first_byte_timeout,0, UINT_MAX,
 		"Default timeout for receiving first byte from backend. "



More information about the varnish-commit mailing list