From cfbff6dc34bd927a931c16d72ae6ce4a880acd11 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 5 Jul 2013 10:46:34 +0100 Subject: [PATCH] Tile cookbook: Add ModTileMissingRequestTimeout + typo fix --- cookbooks/tile/templates/default/tile.conf.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cookbooks/tile/templates/default/tile.conf.erb b/cookbooks/tile/templates/default/tile.conf.erb index 9748774c2..cf0f9fd19 100644 --- a/cookbooks/tile/templates/default/tile.conf.erb +++ b/cookbooks/tile/templates/default/tile.conf.erb @@ -9,11 +9,14 @@ ModTileTileDir /srv/tile.openstreetmap.org/tiles # Time to wait for a re-render before serving a dirty tile ModTileRequestTimeout 3 +# 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 -ModTileMaxLoadOld 72 +ModTileMaxLoadMissing 72 # Maximum expiry to set on a tile ModTileCacheDurationMax 604800 -- 2.43.2