r4239 - trunk/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Sep 22 16:36:05 CEST 2009


Author: tfheen
Date: 2009-09-22 16:36:05 +0200 (Tue, 22 Sep 2009)
New Revision: 4239

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Turn purge_dups on by default

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-09-21 15:35:03 UTC (rev 4238)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-09-22 14:36:05 UTC (rev 4239)
@@ -751,7 +751,7 @@
 	{ "purge_dups", tweak_bool, &master.purge_dups, 0, 0,
 		"Detect and eliminate duplicate purges.\n",
 		0,
-		"off", "bool" },
+		"on", "bool" },
 	{ "cli_banner", tweak_bool, &master.cli_banner, 0, 0,
 		"Emit CLI banner on connect.\n"
 		"Set to off for compatibility with pre 2.1 versions.\n",



More information about the varnish-commit mailing list