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