From a8e2d9790548f395c5f3782117ef2eef350c7c39 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 1 Jul 2020 18:27:16 +0200 Subject: [PATCH] DOC: configuration: add missing index entries for tune.pool-{low,high}-fd-ratio These two keywords didn't have an entry in the index. They were added in 2.0 by commit 88698d966 ("MEDIUM: connections: Add a way to control the number of idling connections.") so this must be backported to 2.0. --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 78439aab2..de7384bfc 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -693,6 +693,8 @@ The following keywords are supported in the "global" section : - tune.maxrewrite - tune.pattern.cache-size - tune.pipesize + - tune.pool-high-fd-ratio + - tune.pool-low-fd-ratio - tune.rcvbuf.client - tune.rcvbuf.server - tune.recv_enough