After e049bd00ab the MAX_THREADS limit was increased, but the comment about multiplier wasn't changed. --- include/haproxy/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/haproxy/defaults.h b/include/haproxy/defaults.h index 54e733d12..d6b9d9935 100644 --- a/include/haproxy/defaults.h +++ b/include/haproxy/defaults.h @@ -58,7 +58,7 @@ #define DEF_MAX_THREADS_PER_GROUP 16 #endif -/* threads enabled, max_threads defaults to long bits for 1 tgroup or 4 times +/* threads enabled, max_threads defaults to long bits for 1 tgroup or 16 times * long bits if more tgroups are enabled. */ #ifndef MAX_THREADS -- Egor Shestakov egor ascii(0x40) ved1 ascii(0x2E) me

