commit | ee65ec0d14257594f13b7989b80ea99ad551cd83 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jan 15 14:46:56 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 24 11:12:11 2024 -0500 |
tree | 7264ed3433e31c688f086f74fd45be92545bdac7 | |
parent | e6df0ea18b6c14c0a1702abf15d3cd1c24b604de [diff] |
cmd: increase default for SYS_MAXARGS The value of CONFIG SYS_MAXARGS limits the usability of the 'for' command. The current default of 16 is too low for some use case. Cf. https://bugs.launchpad.net/snap-core18/+bug/1910094 Increase the default to 64. Reported-by: Dave Jones <dave.jones@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>