r4737 - in trunk/varnish-cache/bin: varnishd varnishtest/tests

phk at varnish-cache.org phk at varnish-cache.org
Wed Apr 28 10:23:53 CEST 2010


Author: phk
Date: 2010-04-28 10:23:52 +0200 (Wed, 28 Apr 2010)
New Revision: 4737

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
   trunk/varnish-cache/bin/varnishtest/tests/p00004.vtc
Log:
Enable the ban_lurker by default



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2010-04-27 15:24:38 UTC (rev 4736)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2010-04-28 08:23:52 UTC (rev 4737)
@@ -805,7 +805,7 @@
 		" list.  It always sleeps a second when nothing can be done.\n"
 		"A value of zero disables the ban lurker.",
 		0,
-		"0.0", "s" },
+		"0.1", "s" },
 	{ "saintmode_threshold", tweak_uint,
 		&master.saintmode_threshold, 0, UINT_MAX,
 		"The maximum number of objects held off by saint mode before "

Modified: trunk/varnish-cache/bin/varnishtest/tests/p00004.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/p00004.vtc	2010-04-27 15:24:38 UTC (rev 4736)
+++ trunk/varnish-cache/bin/varnishtest/tests/p00004.vtc	2010-04-28 08:23:52 UTC (rev 4737)
@@ -14,6 +14,7 @@
 varnish v1 \
 	-arg "-pdiag_bitmap=0x20000" \
 	-arg "-spersistent,${tmpdir}/_.per,10m" \
+	-arg "-pban_lurker_sleep=0" \
 	-vcl+backend { } -start 
 
 client c1 {




More information about the varnish-commit mailing list