]> git.openstreetmap.org Git - chef.git/commitdiff
Incease planet rate limit allowance
authorGrant Slater <git@firefishy.com>
Fri, 21 Feb 2020 14:39:00 +0000 (14:39 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 21 Feb 2020 14:39:00 +0000 (14:39 +0000)
cookbooks/planet/files/default/cgi/HEADER.cgi
cookbooks/planet/templates/default/apache.erb

index 0d740a40a085f225554584df91d83dc24326ab90..6b1f7ac0c4ee12b57d2f626f2184dc7326c2240e 100644 (file)
@@ -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, <a href="https://wiki.openstreetmap.org/wiki/Planet.osm">see the project wiki</a>.
 </p>
-<p><div class="alert"><strong>WARNING</strong> Download speeds are currently restricted to 512 KB/s due to limited available capacity on our Internet connection. <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors">Please use a mirror if possible.</a></div></p>
+<p><div class="alert"><strong>WARNING</strong> Download speeds are currently restricted to 2048 KB/s due to limited available capacity on our Internet connection. <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors">Please use a mirror if possible.</a></div></p>
 <table id="about">
   <tr>
     <th>
index c91cacb55cd9d2f7d4eca4d3fee09c6c62bd1634..6ad68703a8f2eca2f7e81ef50df936e71cc106fd 100644 (file)
@@ -67,8 +67,8 @@
         # Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020
         <FilesMatch ".+\.(7z|bz2|gz|pbf|tgz|xz)$">
           SetOutputFilter RATE_LIMIT
-          SetEnv rate-limit 512
-          SetEnv rate-initial-burst 1024
+          SetEnv rate-limit 2048
+          SetEnv rate-initial-burst 4096
         </FilesMatch>
 </VirtualHost>