[master] 8f26bf5 Bump the cli_timeout up to 60 seconds to reduce false alarms.

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 17 20:10:53 CET 2014


commit 8f26bf57a3130ecf3efa75ad3a422500619ed8aa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 17 19:07:27 2014 +0000

    Bump the cli_timeout up to 60 seconds to reduce false alarms.
    
    There seems to be a tendency for systems to trip up the previous
    10 second cli_timeout during nightly housekeeping operations, possibly
    log rotation running out of cron.

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 578bd85..b6ae75c 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -286,7 +286,7 @@ struct parspec mgt_parspec[] = {
 		"Timeout for the childs replies to CLI requests from "
 		"the mgt_param.",
 		0,
-		"10", "seconds" },
+		"60", "seconds" },
 	{ "ping_interval", tweak_uint, &mgt_param.ping_interval,
 		"0", NULL,
 		"Interval between pings from parent to child.\n"



More information about the varnish-commit mailing list