From 67e3270c59f4cb997f2078d395d365e0189326ba Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Thu, 19 Dec 2024 09:25:21 +0100 Subject: [PATCH] DOC: config: add "tune.lua.burst-timeout" to the list of global parameters "tune.lua.burst-timeout" was properly defined but not listed in the list of global parameters as it was overlooked in 58e36e5b1 ("MEDIUM: hlua: introduce tune.lua.burst-timeout") --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index da040fd12..af815305c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1663,6 +1663,7 @@ The following keywords are supported in the "global" section : - tune.http.maxhdr - tune.idle-pool.shared - tune.idletimer + - tune.lua.burst-timeout - tune.lua.forced-yield - tune.lua.log.loggers - tune.lua.log.stderr