Skip to content

Commit

Permalink
updated vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Van der Borght committed Jul 22, 2014
1 parent 04e19dd commit 7b8e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc_mysql_my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thread_stack = {{ mysql_thread_stack }}
thread_cache_size = {{ mysql_cache_size }}
myisam-recover = {{ mysql_myisam_recover }}
max_connections = {{ mysql_max_connections }}
table_cache = {{ mysql_table_cache }}
table_open_cache = {{ mysql_table_cache }}
thread_concurrency = {{ mysql_thread_concurrency }}

# ** Query Cache Configuration
Expand Down

0 comments on commit 7b8e656

Please sign in to comment.