]> git.openstreetmap.org Git - chef.git/commitdiff
Increase postgres connection limit on errol
authorTom Hughes <tom@compton.nu>
Mon, 15 Feb 2021 22:40:30 +0000 (22:40 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 15 Feb 2021 22:40:30 +0000 (22:40 +0000)
roles/dev.rb

index c192ac1823a1d83ab6a2595d19bb30cebe32b575..28305762642766c97b91d79f40bf639d99d0d187 100644 (file)
@@ -134,6 +134,7 @@ default_attributes(
     :versions => ["12"],
     :settings => {
       :defaults => {
+        :max_connections => "500",
         :shared_buffers => "1GB",
         :work_mem => "32MB",
         :maintenance_work_mem => "64MB",