Commit 3ad130c1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Bump the cli_timeout to 10 seconds.

Fixes #329



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4043 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9392fc7a
......@@ -586,7 +586,7 @@ static const struct parspec input_parspec[] = {
"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 "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment