Commit 8fa92e74 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix formatting mistake, add explanation.

2.1 candidate



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4645 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e0fe6af4
......@@ -548,9 +548,11 @@ static const struct parspec input_parspec[] = {
{ "default_grace", tweak_uint, &master.default_grace, 0, UINT_MAX,
"Default grace period. We will deliver an object "
"this long after it has expired, provided another thread "
"is attempting to get a new copy.",
"is attempting to get a new copy.\n"
"Objects already cached will not be affected by changes "
"made until they are fetched from the backend again.\n",
DELAYED_EFFECT,
"10" "seconds" },
"10", "seconds" },
{ "sess_timeout", tweak_timeout, &master.sess_timeout, 0, 0,
"Idle timeout for persistent sessions. "
"If a HTTP request has not been received in this many "
......
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