X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7108c794e6ce1a3ea78f3ac6ff8fd7ea3bdc62a3..b7e5b92b0db9f821a318e2b28c1254fe234c0e15:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index a44aa1455..d3003257d 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -13,9 +13,7 @@ default[:tile][:replication][:url] = "https://planet.openstreetmap.org/replicati default[:tile][:data] = {} default[:tile][:styles] = {} -default[:tile][:ratelimit][:requests_per_second] = 15 -default[:tile][:ratelimit][:maximum_backlog] = 1800 - default[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/").first] +default[:postgresql][:monitor_database] = "gis" default[:accounts][:users][:tile][:status] = :role