From: Grant Slater Date: Mon, 31 Aug 2020 17:07:22 +0000 (+0100) Subject: planet: increase download speed X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b6c957aa1d3cc79fdc4f1d64d0a784aba104fd81 planet: increase download speed --- diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi index 0ce17f64a..30bf73307 100644 --- a/cookbooks/planet/files/default/cgi/HEADER.cgi +++ b/cookbooks/planet/files/default/cgi/HEADER.cgi @@ -69,7 +69,7 @@ print """ The files found here are regularly-updated, complete copies of the OpenStreetMap.org database, and those published before the 12 September 2012 are distributed under a Creative Commons Attribution-ShareAlike 2.0 license, those published after are Open Data Commons Open Database License 1.0 licensed. For more information, see the project wiki.

-

WARNING Download speeds are currently restricted to 2048 KB/s due to limited available capacity on our Internet connection. Please use a mirror if possible.

+

WARNING Download speeds are currently restricted to 4096 KB/s due to limited available capacity on our Internet connection. Please use a mirror if possible.

diff --git a/cookbooks/planet/templates/default/apache.erb b/cookbooks/planet/templates/default/apache.erb index 6ad68703a..4c90a2bbf 100644 --- a/cookbooks/planet/templates/default/apache.erb +++ b/cookbooks/planet/templates/default/apache.erb @@ -67,8 +67,8 @@ # Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020 SetOutputFilter RATE_LIMIT - SetEnv rate-limit 2048 - SetEnv rate-initial-burst 4096 + SetEnv rate-limit 4096 + SetEnv rate-initial-burst 8192