X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3f0adbf98daf65d842dc28bf372fba289f6c74ec..24ffc641910abab54626ca3768369b398e11f7ca:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index a126bc169..26cd98e58 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -19,7 +19,7 @@ default_attributes( :threads_per_child => 20, :min_spare_threads => 30, :max_spare_threads => 180, - :max_requests_per_child => 100000 + :max_connections_per_child => 100000 } }, :munin => { @@ -89,7 +89,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.44.0", + :revision => "v2.44.1", :max_zoom => 19 } }