From eaeddb800a7ddb261938f05ce44e208a9ffa0916 Mon Sep 17 00:00:00 2001
From: Grant Slater
Date: Wed, 5 Feb 2020 23:40:15 +0000
Subject: [PATCH 1/1] planet: increase bandwidth cap
---
cookbooks/planet/files/default/cgi/HEADER.cgi | 2 +-
cookbooks/planet/templates/default/apache.erb | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi
index 35f4c7680..0d740a40a 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 0a569626e..c91cacb55 100644
--- a/cookbooks/planet/templates/default/apache.erb
+++ b/cookbooks/planet/templates/default/apache.erb
@@ -67,10 +67,9 @@
# Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020
SetOutputFilter RATE_LIMIT
- SetEnv rate-limit 400
- SetEnv rate-initial-burst 512
+ SetEnv rate-limit 512
+ SetEnv rate-initial-burst 1024
-
--
2.39.5
|