head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.11.03.14.48.08;	author anders;	state dead;
branches;
next	1.1;

1.1
date	2011.09.21.12.36.26;	author anders;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 3.0.2.
@
text
@--- bin/varnishd/mgt_param.c.orig	2011-09-21 14:30:03.000000000 +0200
+++ bin/varnishd/mgt_param.c	2011-09-21 14:30:15.000000000 +0200
@@@@ -622,7 +622,7 @@@@
 		"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. "
@


1.1
log
@Set nuke_limit default (back) to 50, avoiding certain backend issues
mentioned in Varnish trac ticket 1012.
@
text
@@

