]> git.openstreetmap.org Git - chef.git/commitdiff
planet: increase download speed
authorGrant Slater <git@firefishy.com>
Mon, 31 Aug 2020 17:07:22 +0000 (18:07 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 31 Aug 2020 17:07:22 +0000 (18:07 +0100)
cookbooks/planet/files/default/cgi/HEADER.cgi
cookbooks/planet/templates/default/apache.erb

index 0ce17f64acb5951fc025753e06c1fed9dc61c36f..30bf73307d457378a16c4c0aba437f1875422cd0 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>
 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 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>
+<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#Planet.osm_mirrors">Please use a mirror if possible.</a></div></p>
 <table id="about">
   <tr>
     <th>
 <table id="about">
   <tr>
     <th>
index 6ad68703a8f2eca2f7e81ef50df936e71cc106fd..4c90a2bbfa11608bf4dea958849cd0f1caf31ea5 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
         # 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 2048
-          SetEnv rate-initial-burst 4096
+          SetEnv rate-limit 4096
+          SetEnv rate-initial-burst 8192
         </FilesMatch>
 </VirtualHost>
 
         </FilesMatch>
 </VirtualHost>