From 56da1012d2c2bdcd47239b9cd610b42c4ff315fa Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Thu, 1 Oct 2015 08:42:31 +0200 Subject: [PATCH] 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 --- src/hlua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.47.2