]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: temporarily increase default rate
authorGrant Slater <git@firefishy.com>
Mon, 2 Jan 2017 22:11:37 +0000 (22:11 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 2 Jan 2017 22:11:37 +0000 (22:11 +0000)
cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb

index 8b038c546e0f36b0260a1747604f7a3dc62177c5..32c2e4459afa4495fd3557ca5f732e9f15b34e2a 100755 (executable)
@@ -28,8 +28,8 @@ if [ -z "$QOS_TOKEN_OSM" -o -z "$QOS_TOKEN_DEFAULT" -o -z "$QOS_TOKEN_STALE" ];
 fi
 
 cat <<EOF >/etc/nginx/conf.d/tile_qos_rates.map
 fi
 
 cat <<EOF >/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
 "${QOS_TOKEN_DEFAULT}" 24576; # Default
 "${QOS_TOKEN_OSM_STALE}" 32768; # Exclusive Stale
 "${QOS_TOKEN_OSM}" 32768; # Exclusive