mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-11 13:52:10 +07:00
Reemove thread_concurrency config (deprecated)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user