r4645 - trunk/varnish-cache/bin/varnishd
phk at varnish-cache.org
phk at varnish-cache.org
Tue Mar 30 13:10:17 CEST 2010
Author: phk
Date: 2010-03-30 13:10:16 +0200 (Tue, 30 Mar 2010)
New Revision: 4645
Modified:
trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Fix formatting mistake, add explanation.
2.1 candidate
Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2010-03-26 11:31:20 UTC (rev 4644)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2010-03-30 11:10:16 UTC (rev 4645)
@@ -548,9 +548,11 @@
{ "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 "
More information about the varnish-commit
mailing list