Reemove thread_concurrency config (deprecated)

This commit is contained in:
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

@@ -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 }}