X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dc7c507259804d72756728eb28fadd84adb87ff6..05d2d347c53db82e8dfc556eaa599a901466790f:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index a0b0e4a23..0944b768e 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -40,7 +40,8 @@ default_attributes( :wal_writer_delay => "500ms", :commit_delay => "10000", :checkpoint_segments => "60", - :max_wal_size => "2880MB" + :max_wal_size => "2880MB", + :track_activity_query_size => "16384" } } }, @@ -88,7 +89,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.43.0", + :revision => "v2.44.0", :max_zoom => 19 } }