From: Sarah Hoffmann Date: Thu, 31 Oct 2019 16:13:39 +0000 (+0100) Subject: nominatim: reduce number of rate limited connections X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8ae7e4dee68df33c5f5b0f520e481d1ed1633cae nominatim: reduce number of rate limited connections --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 52c9694af..c6771b851 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -30,7 +30,7 @@ default_attributes( }, :networking => { :firewall => { - :http_rate_limit => "s:7/sec:15" + :http_rate_limit => "s:2/sec:15" } }, :postgresql => {