Commit 1dd2d774 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Enable the ban_lurker by default



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4737 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent da9582c2
......@@ -805,7 +805,7 @@ static const struct parspec input_parspec[] = {
" 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 "
......
......@@ -14,6 +14,7 @@ server s1 {
varnish v1 \
-arg "-pdiag_bitmap=0x20000" \
-arg "-spersistent,${tmpdir}/_.per,10m" \
-arg "-pban_lurker_sleep=0" \
-vcl+backend { } -start
client c1 {
......
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