From b385b1e0917cb31b01f5cd1a72f0b2f9de462ae4 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 22 May 2018 16:39:20 +0200 Subject: [PATCH] Fixing Bad variable name --- tmpl/tunning.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/tunning.cnf b/tmpl/tunning.cnf index 1eafe79..69ff48c 100644 --- a/tmpl/tunning.cnf +++ b/tmpl/tunning.cnf @@ -9,7 +9,7 @@ thread_cache_size=%%dbThreadCacheSize %if %%dbCacheQueryEnable == 'oui' query_cache_type = 1 query_cache_limit = %%getVar('dbQueryCacheLimit') -query_cache_min_res_unit = %%getVar('dbQueryCacheMinResUint') +query_cache_min_res_unit = %%getVar('dbQueryCacheMinRestUnit') query_cache_size = %%getVar('dbQueryCacheSize') %end if