Skip to content

Commit fbc5114

Browse files
authored
Merge pull request geerlingguy#218 from joelpittet/master
Set default query_cache_type off to match mysql default
2 parents 8bde76f + c324ae6 commit fbc5114

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)