]> git.kaiwu.me - haproxy.git/commitdiff
CLEANUP: defaults: adjust MAX_THREADS multiplier number in comment
authorEgor Shestakov <egor@ved1.me>
Fri, 17 Apr 2026 19:00:28 +0000 (19:00 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 May 2026 06:50:29 +0000 (08:50 +0200)
After e049bd00ab the MAX_THREADS limit was increased, but the comment about
multiplier wasn't changed.

include/haproxy/defaults.h

index cc4d47683efab0ea328181f969278e29c9d0bf61..eaa2f03bbfcfb0a33c452178960635e704ab3d01 100644 (file)
@@ -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