mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-27 21:43:06 +00:00
MINOR: cli: limit spelling suggestions to 5
There's no need to suggest up to 10 entries for matching keywords, most of the times 5 are plenty, and will be more readable.
This commit is contained in:
parent
ec197e83cd
commit
b12bc646d5
@ -42,7 +42,7 @@
|
|||||||
#define APPCTX_CLI_ST1_NOLF (1 << 2)
|
#define APPCTX_CLI_ST1_NOLF (1 << 2)
|
||||||
|
|
||||||
#define CLI_PREFIX_KW_NB 5
|
#define CLI_PREFIX_KW_NB 5
|
||||||
#define CLI_MAX_MATCHES 10
|
#define CLI_MAX_MATCHES 5
|
||||||
|
|
||||||
/* CLI states */
|
/* CLI states */
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user