]> git.openstreetmap.org Git - chef.git/commitdiff
Increase postgres connection limit
authorTom Hughes <tom@compton.nu>
Thu, 17 Feb 2022 07:10:47 +0000 (07:10 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 17 Feb 2022 07:10:47 +0000 (07:10 +0000)
roles/db.rb

index dbcf4baa6b0f5c47cf0c22d4a88b160d6b642623..a670b627a6ccf58adfb65d9281d6ad53b4c1c135 100644 (file)
@@ -42,7 +42,7 @@ default_attributes(
     :settings => {
       :defaults => {
         :listen_addresses => "*",
-        :max_connections => "1000",
+        :max_connections => "1500",
         :max_stack_depth => "7MB",
         :checkpoint_segments => "32",
         :max_wal_size => "1536MB",