Reemove thread_concurrency config (deprecated)

pull/40/head
Emilien Mantel 2020-01-06 18:40:15 +01:00
parent 0b4983e090
commit ab76aa019d
2 changed files with 0 additions and 3 deletions

View File

@ -29,8 +29,6 @@ mariadb_slow_query_time: 2
mariadb_key_buffer_size: '256M'
mariadb_max_allowed_packet: '64M'
mariadb_max_connections: 100
mariadb_thread_concurrency: "{{ ansible_processor_cores * 2 }}"
mariadb_table_open_cache: '2000'
mariadb_sort_buffer_size: '2M'

View File

@ -43,7 +43,6 @@ thread_cache_size = {{ mariadb_thread_cache_size }}
#myisam_recover_options = BACKUP
max_connections = {{ mariadb_max_connections }}
#table_cache = 64
thread_concurrency = {{ mariadb_thread_concurrency }}
# Other tuning setting
table_open_cache = {{ mariadb_table_open_cache }}