[6.0] f27717690 Bump cli_limit to fit param.show -j with more parameters coming

Simon Stridsberg simon.stridsberg at varnish-software.com
Mon Mar 18 18:20:07 UTC 2024


commit f27717690bf2fc9b9e87ed9fa19ce09ebc4295d5
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 16 19:14:56 2023 +0200

    Bump cli_limit to fit param.show -j with more parameters coming

diff --git a/include/tbl/params.h b/include/tbl/params.h
index f99bb6ad4..455a79ec1 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -329,7 +329,7 @@ PARAM(
 	/* typ */	bytes_u,
 	/* min */	"128b",
 	/* max */	"99999999b",
-	/* default */	"48k",
+	/* def */	"64k",
 	/* units */	"bytes",
 	/* flags */	0,
 	/* s-text */


More information about the varnish-commit mailing list