]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix typo introduce in max-threads-per-group documentation
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2026 09:32:52 +0000 (11:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2026 09:55:45 +0000 (11:55 +0200)
Since commit 0af603f46f ("MEDIUM: threads: change the default
max-threads-per-group value to 16"), it was written "Tha minimum" instead
of "The minimum". No backport needed, this is only in latest -dev.

doc/configuration.txt

index d1e8fb0f1f9d082f9e6fd31a5adcc943341b2967..3ddd176f14b799463ecf15a9c19ba9b04f1d583b 100644 (file)
@@ -3040,7 +3040,7 @@ max-threads-per-group <number>
   Defines the maximum number of threads in a thread group. Unless the number
   of thread groups is fixed with the "thread-groups" directive, haproxy will
   create as many thread groups as needed to satisfy the requested number of
-  threads. Tha minimum value is 1, and the maximum value is 64 (on 64-bit
+  threads. The minimum value is 1, and the maximum value is 64 (on 64-bit
   systems, or 32 on 32-bit systems). Lower values reduce contention caused by
   atomic operations on shared states, but can increase the number of sockets
   needed to create all listeners and to hold idle backend connections. Higher