]> git.openstreetmap.org Git - chef.git/commitdiff
Drop no longer support mysql configuration options
authorTom Hughes <tom@compton.nu>
Sun, 29 Aug 2021 10:18:38 +0000 (11:18 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 29 Aug 2021 10:18:38 +0000 (11:18 +0100)
roles/foundation.rb

index 9328d2688aff2803bacc14fe20a62c9d464c4049..466e575f1c259bb7c60f63512ef199f7a1062df1 100644 (file)
@@ -22,8 +22,6 @@ default_attributes(
         :innodb_buffer_pool_size => "512M",
         :key_buffer_size => "64M",
         :max_connections => "200",
-        :query_cache_size => "48M",
-        :query_cache_type => "1",
         :sort_buffer_size => "8M",
         :tmp_table_size => "48M"
       }