[master] 7332bdf09 Bump cli_limit to fit param.show -j with more parameters coming

Nils Goroll nils.goroll at uplex.de
Tue Oct 17 11:38:05 UTC 2023


commit 7332bdf09cc2bc6c352ea061f634131b9b6c3270
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