[4.1] c09b18b Reestablish values lost when switching to PARAM

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 11 17:14:33 CET 2016


commit c09b18b3789cab996f23565c609adc22063aa3ae
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Feb 11 09:36:14 2016 +0000

    Reestablish values lost when switching to PARAM
    
    I've verified the rest and only these 2 were affected.

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 611640c..ffa5db9 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -915,7 +915,7 @@ PARAM(
 	/* name */	shm_reclen,
 	/* typ */	vsl_reclen,
 	/* min */	"16b",
-	/* max */	"4084",
+	/* max */	"65535",
 	/* default */	"255b",
 	/* units */	"bytes",
 	/* flags */	0,
@@ -1375,7 +1375,7 @@ PARAM(
 	/* name */	vsl_reclen,
 	/* typ */	vsl_reclen,
 	/* min */	"16b",
-	/* max */	"4084b",
+	/* max */	"65535",
 	/* default */	"255b",
 	/* units */	"bytes",
 	/* flags */	0,



More information about the varnish-commit mailing list