]> git.openstreetmap.org Git - chef.git/commitdiff
Increase maximum database connections for tile servers
authorTom Hughes <tom@compton.nu>
Sun, 22 Jul 2018 21:26:13 +0000 (22:26 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jul 2018 21:26:13 +0000 (22:26 +0100)
roles/tile.rb

index fbffa5251ae373a37e4558b2843646ab8b54ffca..9ffda6a8c3bbbacc01873d57c067913b15a353da 100644 (file)
@@ -35,6 +35,7 @@ default_attributes(
   :postgresql => {
     :settings => {
       :defaults => {
+        :max_connections => "250",
         :temp_buffers => "32MB",
         :work_mem => "128MB",
         :wal_buffers => "1024kB",