X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fb782344942dae01509be0cbd87b866bfeabfbab..953568ac810971babd2c310ca6b8e1a0a30793a5:/roles/tile.rb?ds=sidebyside diff --git a/roles/tile.rb b/roles/tile.rb index 88a971145..b5ab16932 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -13,6 +13,9 @@ default_attributes( :apache => { :mpm => "event", :timeout => 60, + :evasive => { + :enable => false + }, :event => { :threads_per_child => 20, :min_spare_threads => 300, @@ -41,7 +44,7 @@ default_attributes( :wal_level => "minimal", :wal_buffers => "1024kB", :wal_writer_delay => "500ms", - :checkpoint_timeout => "60min" + :checkpoint_timeout => "60min", :commit_delay => "10000", :max_wal_size => "10GB", :max_wal_senders => "0", @@ -104,7 +107,7 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.7.0", + :revision => "v5.8.0", :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 }