]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Resolve dependency loop between networking and prometheus cookbooks
[chef.git] / roles / wiki.rb
index 9322e27d4facf5b9ef23e6050d8428bbc8bdf429..652726346ce571c657072f162a05980c5713f074 100644 (file)
@@ -17,8 +17,8 @@ default_attributes(
       :max_connections_per_child => 10000
     },
     :evasive => {
-      :dos_page_count =>  250,
-      :dos_site_count =>  500
+      :page_count => 400,
+      :site_count => 500
     }
   },
   :elasticsearch => {
@@ -59,7 +59,7 @@ default_attributes(
       :mysqld => {
         :innodb_buffer_pool_size => "4G",
         :key_buffer_size => "64M",
-        :max_connections => "500",
+        :max_connections => "800",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }