From 6a9169574f66ddda3375ab6693c1501ce104b227 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 21 May 2019 19:53:25 +0100 Subject: [PATCH] Revert "tilecache: increase bandwidth allowance" This reverts commit 7ef24d47327b483f1a7ad1a33e2af98d72229328. --- .../default/nginx_generate_tilecache_qos_map.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb index a2bdbb01d..683fdf272 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -33,10 +33,10 @@ fi cat </etc/nginx/conf.d/tile_qos_rates.map default 8192; # Default Rate (No QoS cookie) -"${QOS_TOKEN_STALE}" 49152; # Stale -"${QOS_TOKEN_DEFAULT}" 49152; # Default -"${QOS_TOKEN_OSM_STALE}" 65536; # Exclusive Stale -"${QOS_TOKEN_OSM}" 65536; # Exclusive +"${QOS_TOKEN_STALE}" 24576; # Stale +"${QOS_TOKEN_DEFAULT}" 24576; # Default +"${QOS_TOKEN_OSM_STALE}" 32768; # Exclusive Stale +"${QOS_TOKEN_OSM}" 32768; # Exclusive EOF cat </etc/nginx/conf.d/tile_qos_cookies.map -- 2.43.2