Skip to content

Commit c324ae6

Browse files
committed
Set default to mysql default
1 parent c7759eb commit c324ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mysql_read_buffer_size: "1M"
5959
mysql_read_rnd_buffer_size: "4M"
6060
mysql_myisam_sort_buffer_size: "64M"
6161
mysql_thread_cache_size: "8"
62-
mysql_query_cache_type: "1"
62+
mysql_query_cache_type: "0"
6363
mysql_query_cache_size: "16M"
6464
mysql_query_cache_limit: "1M"
6565
mysql_max_connections: "151"

0 commit comments

Comments
 (0)