Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 7332bdf

Browse files
committed
Bump cli_limit to fit param.show -j with more parameters coming
1 parent 2c38ba0 commit 7332bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/tbl/params.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ PARAM_SIMPLE(
316316
/* type */ bytes_u,
317317
/* min */ "128b",
318318
/* max */ "99999999b",
319-
/* def */ "48k",
319+
/* def */ "64k",
320320
/* units */ "bytes",
321321
/* descr */
322322
"Maximum size of CLI response. If the response exceeds this "

0 commit comments

Comments
 (0)