X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/79342f5b42807e2be49c3d1e6c3fb31f2d16adc7..f0a0c1a75ad05855a0ee99f9a31fa70d9717ea76:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 27746aad9..547445838 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -17,9 +17,9 @@ default_attributes( :server_limit => 60, :max_request_workers => 1200, :threads_per_child => 20, - :min_spare_threads => 30, - :max_spare_threads => 540, - :max_connections_per_child => 100000, + :min_spare_threads => 300, + :max_spare_threads => 1200, + :max_connections_per_child => 0, :async_request_worker_factor => 4 } }, @@ -90,7 +90,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.45.0", + :revision => "v3.1.0", :max_zoom => 19 } }