[7.3] 1a2740478 Bump cli_limit to fit param.show -j with more parameters coming
    Dridi Boukelmoune 
    dridi.boukelmoune at gmail.com
       
    Tue Oct 24 15:08:10 UTC 2023
    
    
  
commit 1a2740478da84ce5e4421cc8ebe819cb2200e88f
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 cf46b1658..35266275f 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