mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-01 01:32:04 +00:00
MINOR: tools: increase the number of ITOA strings to 16
It's currently 10 and is too little to extend some tooltips on the stats page.
This commit is contained in:
parent
feead3aff7
commit
59caa3b872
@ -57,7 +57,7 @@
|
||||
#define NB_LLMAX_STR (sizeof("-9223372036854775807")-1)
|
||||
|
||||
/* number of itoa_str entries */
|
||||
#define NB_ITOA_STR 10
|
||||
#define NB_ITOA_STR 16
|
||||
|
||||
/* maximum quoted string length (truncated above) */
|
||||
#define QSTR_SIZE 200
|
||||
|
Loading…
Reference in New Issue
Block a user