Fixing typo in template

This commit is contained in:
Philippe Caseiro 2018-06-21 11:04:14 +02:00
parent ff2d131d63
commit afa791cd21
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ query_cache_size = %%getVar('dbQueryCacheSize')
tmp_table_size = %%dbTmpTableSize
max_heap_table_size = %%dbTmpTableSize
max_allowed_packet = %%dbMaxAllowedPacket
max_allowed_packet = %%{dbMaxAllowedPacket}M
%if %%dbEnableSlowQueryLogs == "oui"
slow-query-log = 1