]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
remove draco
[chef.git] / roles / wiki.rb
index b7243e2934d6625d74d67362f580f62c2c68e6fd..0c83be4c5ed6e4f16c7093e339e46fa66e91c3a7 100644 (file)
@@ -15,16 +15,19 @@ default_attributes(
       :max_request_workers => 800,
       :threads_per_child => 50,
       :max_connections_per_child => 10000
+    },
+    :evasive => {
+      :page_count => 250,
+      :site_count => 500
     }
   },
   :elasticsearch => {
-    :version => "6.x",
+    :version => "7.x",
     :cluster => {
       :name => "wiki"
     }
   },
   :exim => {
-    :smarthost_via => "fafnir.openstreetmap.org:26",
     :trusted_users => %w[www-data wiki],
     :aliases => {
       :root => "grant"
@@ -56,7 +59,7 @@ default_attributes(
       :mysqld => {
         :innodb_buffer_pool_size => "4G",
         :key_buffer_size => "64M",
-        :max_connections => "200",
+        :max_connections => "500",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }