[3.0] 184ad94 Restore old nuke_limit, as 10 seems to be too low

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:02:42 CEST 2011


commit 184ad943d98c64892734cca0144bed7198b5e688
Author: Andreas Plesner Jacobsen <apj at marvin.nerd.dk>
Date:   Fri Sep 9 13:33:38 2011 +0200

    Restore old nuke_limit, as 10 seems to be too low
    
    Fixes #1012

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index de93679..33101bb 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -622,7 +622,7 @@ static const struct parspec input_parspec[] = {
 		"Maximum number of objects we attempt to nuke in order"
 		"to make space for a object body.",
 		EXPERIMENTAL,
-		"10", "allocations" },
+		"50", "allocations" },
 	{ "fetch_chunksize",
 		tweak_uint, &master.fetch_chunksize, 4, UINT_MAX / 1024.,
 		"The default chunksize used by fetcher. "



More information about the varnish-commit mailing list