]> git.openstreetmap.org Git - chef.git/commitdiff
Increase mysql connection limit for the wiki
authorTom Hughes <tom@compton.nu>
Sun, 9 Mar 2025 14:43:08 +0000 (14:43 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 9 Mar 2025 14:43:08 +0000 (14:43 +0000)
roles/wiki.rb

index 19a31e3dbf55ad583b6f832405fe0ef42870636d..652726346ce571c657072f162a05980c5713f074 100644 (file)
@@ -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"
       }