]> git.openstreetmap.org Git - chef.git/commitdiff
planet: increase rate limit to 16MB/s
authorGrant Slater <github@firefishy.com>
Fri, 9 Jun 2023 19:12:27 +0000 (20:12 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 9 Jun 2023 19:13:01 +0000 (20:13 +0100)
cookbooks/planet/files/default/cgi/HEADER.cgi
cookbooks/planet/templates/default/apache.erb

index d71c3c5aa2c1ce8b88c5fa1b3b8baf40b630809c..2404f00ceef9565eafa6fe3b49b6424bfcc58945 100644 (file)
@@ -70,7 +70,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 4096 KB/s due to limited available capacity on our Internet connection. <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#BitTorrent">Please use torrents</a> or <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors">a mirror</a> if possible.</div></p>
+<p><div class="alert"><strong>WARNING</strong> Download speeds are currently restricted to 16 MB/s due to limited available capacity on our Internet connection. <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#BitTorrent">Please use torrents</a> or <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors">a mirror</a> if possible.</div></p>
 <table id="about">
   <tr>
     <th>
index 8ea1698e9596adf6b0b871feb54cc8d1685134c7..faddc0589ea63b1352a0356f26c98c09d0a70d1e 100644 (file)
@@ -65,8 +65,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 4096
-          SetEnv rate-initial-burst 8192
+          SetEnv rate-limit 16384
+          SetEnv rate-initial-burst 32768
         </FilesMatch>
 </VirtualHost>