]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Drop Ubuntu 16.04 compatibility where it is no longer needed
[chef.git] / roles / tile.rb
index b0f7c930e6b1ca5892dff1d5b04dd06db63cc45b..f0d25119a5ba17fa76df504d274b2af76061091f 100644 (file)
@@ -35,6 +35,7 @@ default_attributes(
   :postgresql => {
     :settings => {
       :defaults => {
+        :max_connections => "250",
         :temp_buffers => "32MB",
         :work_mem => "128MB",
         :wal_buffers => "1024kB",
@@ -93,7 +94,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v4.7.1",
+        :revision => "v4.18.0",
         :max_zoom => 19
       }
     }