From: Thierry FOURNIER Date: Thu, 1 Oct 2015 06:42:31 +0000 (+0200) Subject: MINOR: lua: rename the tune.lua.applet-timeout X-Git-Tag: v1.6-dev7~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56da1012d2c2bdcd47239b9cd610b42c4ff315fa;p=thirdparty%2Fhaproxy.git MINOR: lua: rename the tune.lua.applet-timeout The name of applet is "service", so this patch renames the tune.lua.applet-timeout to tune.lua.service-timeout --- diff --git a/src/hlua.c b/src/hlua.c index 2c35960227..ae3fe8938f 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -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 },