From 760a3841bdf0114809ae3fe2faf7996750cb41a6 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 20 Feb 2023 14:33:46 +0100 Subject: [PATCH] DOC: config: Add the missing tune.fail-alloc option from global listing This global option is documented but it is not in the list of supported options for the global section. So let's add it. This patch could be backported to all stable versions. --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index b13b97c..3c60634 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1124,6 +1124,7 @@ The following keywords are supported in the "global" section : - tune.bufsize - tune.comp.maxlevel - tune.disable-fast-forward + - tune.fail-alloc - tune.fd.edge-triggered - tune.h2.header-table-size - tune.h2.initial-window-size -- 1.7.10.4