mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 09:21:35 -04:00
DOC: config: Fix typo in tune.bufsize.large description
"butes" was used instead of "bytes". Should fix the issue #3322.
This commit is contained in:
parent
0f7f695b8f
commit
1124968dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -4169,7 +4169,7 @@ tune.bufsize <size>
|
|||
multiple of 8 on 32-bit machines and 16 on 64-bit machines.
|
||||
|
||||
tune.bufsize.large <size>
|
||||
Sets the size in butes for large buffers. By defaults, support for large
|
||||
Sets the size in bytes for large buffers. By defaults, support for large
|
||||
buffers is not enabled, it must explicitly be enable by setting this value.
|
||||
|
||||
These buffers are designed to be used in some specific contexts where more
|
||||
|
|
|
|||
Loading…
Reference in a new issue