From 2657fd92e8b38ad71717390ba1144e34874235f4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 1 Mar 2019 00:03:56 +0000 Subject: [PATCH] tilecache: slow clients without cookie support --- .../templates/default/nginx_generate_tilecache_qos_map.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9c6816071..683fdf272 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -32,7 +32,7 @@ if [ -z "$QOS_TOKEN_OSM" -o -z "$QOS_TOKEN_DEFAULT" -o -z "$QOS_TOKEN_STALE" ]; fi cat </etc/nginx/conf.d/tile_qos_rates.map -default 24576; # Default Rate (No QoS cookie) +default 8192; # Default Rate (No QoS cookie) "${QOS_TOKEN_STALE}" 24576; # Stale "${QOS_TOKEN_DEFAULT}" 24576; # Default "${QOS_TOKEN_OSM_STALE}" 32768; # Exclusive Stale -- 2.43.2