X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/28360d6f39fa7fe8229ed64b4c93d1d0405add47..90e8109a883d6bbae266acf94a90b54526b3d443:/cookbooks/tile/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index cdcc13155..1396f5cc6 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -13,8 +13,8 @@ default[:tile][:replication][:url] = "https://planet.osm.org/replication/minute/ default[:tile][:data] = {} default[:tile][:styles] = {} -default[:tile][:ratelimit][:requests_per_second] = 20 -default[:tile][:ratelimit][:maximum_backlog] = 3600 +default[:tile][:ratelimit][:requests_per_second] = 15 +default[:tile][:ratelimit][:maximum_backlog] = 1800 default[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/").first]