]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: lua: rename the tune.lua.applet-timeout
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 1 Oct 2015 06:42:31 +0000 (08:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Oct 2015 20:56:10 +0000 (22:56 +0200)
The name of applet is "service", so this patch renames the
tune.lua.applet-timeout to tune.lua.service-timeout

src/hlua.c

index 2c35960227386b32febe339e39baa825b7b978e1..ae3fe8938f6bdbc0ef2c1fbff18c6ca90b43fbaf 100644 (file)
@@ -6369,7 +6369,7 @@ static struct cfg_kw_list cfg_kws = {{ },{
        { CFG_GLOBAL, "lua-load",                 hlua_load },
        { CFG_GLOBAL, "tune.lua.session-timeout", hlua_session_timeout },
        { CFG_GLOBAL, "tune.lua.task-timeout",    hlua_task_timeout },
-       { CFG_GLOBAL, "tune.lua.applet-timeout",  hlua_applet_timeout },
+       { CFG_GLOBAL, "tune.lua.service-timeout", hlua_applet_timeout },
        { CFG_GLOBAL, "tune.lua.forced-yield",    hlua_forced_yield },
        { CFG_GLOBAL, "tune.lua.maxmem",          hlua_parse_maxmem },
        { 0, NULL, NULL },