]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
imagery: fix floating text and switch to https links in attribution
[chef.git] / roles / wiki.rb
index cb533575f21ad92d8b2621f94ef84b0d03d2935c..9298395afb272362099d8b3baaa92baa091a79e2 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
   :elasticsearch => {
     :cluster => {
       :name => "wiki"
+    },
+    :script => {
+      :disable_dynamic => false
     }
   },
   :exim => {
@@ -36,9 +39,9 @@ default_attributes(
     :timeout => 30,
     :event => {
       :server_limit => 32,
-      :max_clients => 800,
+      :max_request_workers => 800,
       :threads_per_child => 50,
-      :max_requests_per_child => 10000
+      :max_connections_per_child => 10000
     }
   }
 )