]> git.openstreetmap.org Git - chef.git/commitdiff
Increase mysql connection limit for the wiki
authorTom Hughes <tom@compton.nu>
Mon, 11 Mar 2024 08:27:44 +0000 (08:27 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 11 Mar 2024 08:27:44 +0000 (08:27 +0000)
roles/wiki.rb

index c4783f78c2e8453c6f7bea88790382afa5c6324b..1e19d9df136d67bfbdc01385e19d1674c6572c4a 100644 (file)
@@ -55,7 +55,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"
       }