X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/afc01d8e185541c3aadcc64cb74c3b2438cd8ae2..b657952ed0733ce7cf0618bcb02d272fb477d31a:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 5743bd801..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.39.0", + :revision => "v2.43.0", :max_zoom => 19 } }