Fixing Bad variable name
This commit is contained in:
parent
7b3f1905d9
commit
b385b1e091
|
@ -9,7 +9,7 @@ thread_cache_size=%%dbThreadCacheSize
|
||||||
%if %%dbCacheQueryEnable == 'oui'
|
%if %%dbCacheQueryEnable == 'oui'
|
||||||
query_cache_type = 1
|
query_cache_type = 1
|
||||||
query_cache_limit = %%getVar('dbQueryCacheLimit')
|
query_cache_limit = %%getVar('dbQueryCacheLimit')
|
||||||
query_cache_min_res_unit = %%getVar('dbQueryCacheMinResUint')
|
query_cache_min_res_unit = %%getVar('dbQueryCacheMinRestUnit')
|
||||||
query_cache_size = %%getVar('dbQueryCacheSize')
|
query_cache_size = %%getVar('dbQueryCacheSize')
|
||||||
%end if
|
%end if
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue