]> git.openstreetmap.org Git - chef.git/commitdiff
Always try and re-render dirty or missing tiles
authorTom Hughes <tom@compton.nu>
Mon, 23 Mar 2015 15:14:58 +0000 (15:14 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 23 Mar 2015 15:14:58 +0000 (15:14 +0000)
cookbooks/tile/templates/default/tile.conf.erb

index f9fe48c960705ac6b9b07822fe1b137a5d137d57..784733731cfb82b477939f23cd6d3f4a3e8adbc5 100644 (file)
@@ -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