From: Grant Slater
Date: Fri, 21 Feb 2020 14:39:00 +0000 (+0000)
Subject: Incease planet rate limit allowance
X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/8a2368766b48789bcdf3380bf9813c6837b8e7dd
Incease planet rate limit allowance
---
diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi
index 0d740a40a..6b1f7ac0c 100644
--- a/cookbooks/planet/files/default/cgi/HEADER.cgi
+++ b/cookbooks/planet/files/default/cgi/HEADER.cgi
@@ -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, see the project wiki.
-
+
diff --git a/cookbooks/planet/templates/default/apache.erb b/cookbooks/planet/templates/default/apache.erb
index c91cacb55..6ad68703a 100644
--- a/cookbooks/planet/templates/default/apache.erb
+++ b/cookbooks/planet/templates/default/apache.erb
@@ -67,8 +67,8 @@
# Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020
SetOutputFilter RATE_LIMIT
- SetEnv rate-limit 512
- SetEnv rate-initial-burst 1024
+ SetEnv rate-limit 2048
+ SetEnv rate-initial-burst 4096
|