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.
This commit is contained in:
Egor Shestakov 2026-04-17 19:00:28 +00:00 committed by Willy Tarreau
parent 58f3e191e8
commit e0144843a4

View 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