]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / wiki.rb
index edb21ab291abd69d798edc7f64c423e2be926c29..94f6ae3f8edecd13790ca2b90a2769324ce34f96 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     }
   },
   :elasticsearch => {
-    :version => "2.x",
+    :version => "5.x",
     :cluster => {
       :name => "wiki"
     },
@@ -52,6 +52,7 @@ default_attributes(
         :key_buffer_size => "64M",
         :max_connections => "200",
         :query_cache_size => "256M",
+        :query_cache_type => "1",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }