From e0144843a4fbe5f043a9227fce7cbed2b86cec20 Mon Sep 17 00:00:00 2001 From: Egor Shestakov Date: Fri, 17 Apr 2026 19:00:28 +0000 Subject: [PATCH] CLEANUP: defaults: adjust MAX_THREADS multiplier number in comment 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 cc4d47683..eaa2f03bb 100644 --- a/include/haproxy/defaults.h +++ b/include/haproxy/defaults.h @@ -59,7 +59,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 -- 2.47.3