]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / tile.rb
index b0f7c930e6b1ca5892dff1d5b04dd06db63cc45b..9065969c0de9ef6c04b53c98dd6850eb6858e932 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.14.0",
         :max_zoom => 19
       }
     }