From 1124968dc100fcc5956efeac7a38d6798c621f01 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 27 Apr 2026 07:34:35 +0200 Subject: [PATCH] DOC: config: Fix typo in tune.bufsize.large description "butes" was used instead of "bytes". Should fix the issue #3322. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index af581e215..5b8ad4e8c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4169,7 +4169,7 @@ tune.bufsize multiple of 8 on 32-bit machines and 16 on 64-bit machines. tune.bufsize.large - 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