mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-26 19:22:57 -04:00
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:
parent
58f3e191e8
commit
e0144843a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue