From: Grant Slater Date: Mon, 2 Jan 2017 22:11:37 +0000 (+0000) Subject: tilecache: temporarily increase default rate X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/49f9c5ffd2530dc3645c67d61eaf2e4718312098?ds=sidebyside tilecache: temporarily increase default rate --- 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 8b038c546..32c2e4459 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -28,8 +28,8 @@ 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 4096; # Default Rate (No QoS cookie) -"${QOS_TOKEN_STALE}" 16384; # Stale +default 24576; # Default Rate (No QoS cookie) +"${QOS_TOKEN_STALE}" 24576; # Stale "${QOS_TOKEN_DEFAULT}" 24576; # Default "${QOS_TOKEN_OSM_STALE}" 32768; # Exclusive Stale "${QOS_TOKEN_OSM}" 32768; # Exclusive