From: Egor Shestakov Date: Fri, 17 Apr 2026 19:00:28 +0000 (+0000) Subject: CLEANUP: defaults: adjust MAX_THREADS multiplier number in comment X-Git-Tag: v3.4-dev12~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0144843a4fbe5f043a9227fce7cbed2b86cec20;p=thirdparty%2Fhaproxy.git 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. --- 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