]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/templates/default/apache.erb
planet: increase rate limit to 16MB/s
[chef.git] / cookbooks / planet / templates / default / apache.erb
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>