r4043 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Apr 30 12:55:23 CEST 2009


Author: phk
Date: 2009-04-30 12:55:22 +0200 (Thu, 30 Apr 2009)
New Revision: 4043

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Bump the cli_timeout to 10 seconds.

Fixes #329



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-04-29 09:18:02 UTC (rev 4042)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-04-30 10:55:22 UTC (rev 4043)
@@ -586,7 +586,7 @@
 		"Timeout for the childs replies to CLI requests from "
 		"the master.",
 		0,
-		"5", "seconds" },
+		"10", "seconds" },
 	{ "ping_interval", tweak_uint, &master.ping_interval, 0, UINT_MAX,
 		"Interval between pings from parent to child.\n"
 		"Zero will disable pinging entirely, which makes "



More information about the varnish-commit mailing list