From 9791e8b8d9e5b54ad87e5c2623c2f28a5a6f1260 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 23 Mar 2015 15:14:58 +0000 Subject: [PATCH] Always try and re-render dirty or missing tiles --- cookbooks/tile/templates/default/tile.conf.erb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cookbooks/tile/templates/default/tile.conf.erb b/cookbooks/tile/templates/default/tile.conf.erb index f9fe48c96..784733731 100644 --- a/cookbooks/tile/templates/default/tile.conf.erb +++ b/cookbooks/tile/templates/default/tile.conf.erb @@ -12,11 +12,9 @@ ModTileRequestTimeout 2 # Timeout before giving up for a tile to be rendered that is otherwise missing ModTileMissingRequestTimeout 10 -# Don't try and re-render dirty tiles if the load is higher than this -ModTileMaxLoadOld 36 - -# Don't try and render missing tiles if the load is higher than this -ModTileMaxLoadMissing 72 +# Always try and re-render dirty or missing tiles +ModTileMaxLoadOld 1000 +ModTileMaxLoadMissing 1000 # Maximum expiry to set on a tile ModTileCacheDurationMax 604800 -- 2.43.2