r4317 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Oct 8 17:55:18 CEST 2009


Author: tfheen
Date: 2009-10-08 17:55:18 +0200 (Thu, 08 Oct 2009)
New Revision: 4317

Modified:
   branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
Log:
Merge r4239: Turn purge_dups on by default



Modified: branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/mgt_param.c	2009-10-08 15:41:57 UTC (rev 4316)
+++ branches/2.0/varnish-cache/bin/varnishd/mgt_param.c	2009-10-08 15:55:18 UTC (rev 4317)
@@ -765,7 +765,7 @@
 	{ "purge_dups", tweak_bool, &master.purge_dups, 0, 0,
 		"Detect and eliminate duplicate purges.\n",
 		0,
-		"off", "bool" },
+		"on", "bool" },
 	{ NULL, NULL, NULL }
 };
 



More information about the varnish-commit mailing list