From 98aff3b93af9f3138d6b9ff6c0649b12b0de79ef Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 8 Feb 2016 10:06:13 -0600 Subject: [PATCH] remove thread_curr, not used any more --- dbcon/mysql/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/mysql/my.cnf b/dbcon/mysql/my.cnf index f7e1835f5..1f9ec25c8 100644 --- a/dbcon/mysql/my.cnf +++ b/dbcon/mysql/my.cnf @@ -40,7 +40,7 @@ myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size = 0 # Try number of CPU's*2 for thread_concurrency -thread_concurrency = 8 +#thread_concurrency = 8 thread_stack = 512K join_buffer_size = 128M lower_case_table_names=1