X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bed7db240ce3f7e9dcd7c3532f3a0e5a0afdf015..b657952ed0733ce7cf0618bcb02d272fb477d31a:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 6cb803482..44a067c7e 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -30,7 +30,8 @@ default_attributes( :wal_buffers => "1024kB", :wal_writer_delay => "500ms", :commit_delay => "10000", - :checkpoint_segments => "60" + :checkpoint_segments => "60", + :max_wal_size => "2880MB" } } }, @@ -78,7 +79,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.38.0", + :revision => "v2.43.0", :max_zoom => 19 } }