]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/templates/default/apache.erb
planet: increase download speed
[chef.git] / cookbooks / planet / templates / default / apache.erb
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
-          SetEnv rate-limit 2048
-          SetEnv rate-initial-burst 4096
+          SetEnv rate-limit 4096
+          SetEnv rate-initial-burst 8192
         </FilesMatch>
 </VirtualHost>