Skip to content

Commit

Permalink
Adding newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodenhaltung committed Feb 6, 2024
1 parent beec7d9 commit c9cfb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc/mysql/my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ myisam-recover = BACKUP
port = {{ mariadb_mysql_port }}
{% if mariadb_mysql_settings['query_cache_limit'] is defined -%}
query_cache_limit = {{ mariadb_mysql_settings['query_cache_limit'] }}
{%- endif %}
{%+ endif %}
{% if mariadb_mysql_settings['query_cache_size'] is defined -%}
query_cache_size = {{ mariadb_mysql_settings['query_cache_size'] }}
{%- endif %}
{%+ endif %}
skip-external-locking
socket = {{ mariadb_login_unix_socket }}
thread_cache_size = {{ mariadb_mysql_settings['thread_cache_size'] }}
Expand Down

0 comments on commit c9cfb75

Please sign in to comment.