[7.4] ce3c6b500 Bump cli_limit to fit param.show -j with more parameters coming

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Oct 23 17:18:07 UTC 2023


commit ce3c6b500cfdce3b07b97222c9d7d0cd5ace1487
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 83054eef3..cb7b7f5aa 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -316,7 +316,7 @@ PARAM_SIMPLE(
 	/* type */	bytes_u,
 	/* min */	"128b",
 	/* max */	"99999999b",
-	/* def */	"48k",
+	/* def */	"64k",
 	/* units */	"bytes",
 	/* descr */
 	"Maximum size of CLI response.  If the response exceeds this "


More information about the varnish-commit mailing list