Commit 324a47fc authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Set correct upper limit on critbit cooling timer.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4716 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d9ad3099
......@@ -818,7 +818,7 @@ static const struct parspec input_parspec[] = {
EXPERIMENTAL,
"off", "bool" },
{ "critbit_cooloff", tweak_timeout_double,
&master.critbit_cooloff, 60, UINT_MAX,
&master.critbit_cooloff, 60, 254,
"How long time the critbit hasher keeps deleted objheads "
"on the cooloff list.\n"
"A value of zero disables the ban lurker.",
......
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