[master] f8dfdb4 Actually, the maximum depends on vsl_buffer

Federico G. Schwindt fgsch at lodoss.net
Thu Feb 11 12:11:35 CET 2016


commit f8dfdb469a11981d4cef7f04e2de7168d39f46cb
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Feb 11 10:32:57 2016 +0000

    Actually, the maximum depends on vsl_buffer
    
    Pointed out by phk at .

diff --git a/include/tbl/params.h b/include/tbl/params.h
index ffa5db9..402497f 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 */	"65535",
+	/* max */	NULL,
 	/* default */	"255b",
 	/* units */	"bytes",
 	/* flags */	0,
@@ -1375,7 +1375,7 @@ PARAM(
 	/* name */	vsl_reclen,
 	/* typ */	vsl_reclen,
 	/* min */	"16b",
-	/* max */	"65535",
+	/* max */	NULL,
 	/* default */	"255b",
 	/* units */	"bytes",
 	/* flags */	0,



More information about the varnish-commit mailing list