From: Grant Slater Date: Fri, 1 Mar 2019 00:03:56 +0000 (+0000) Subject: tilecache: slow clients without cookie support X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2657fd92e8b38ad71717390ba1144e34874235f4 tilecache: slow clients without cookie support --- 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