X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cfbff6dc34bd927a931c16d72ae6ce4a880acd11..HEAD:/cookbooks/tile/templates/default/tile.conf.erb diff --git a/cookbooks/tile/templates/default/tile.conf.erb b/cookbooks/tile/templates/default/tile.conf.erb index cf0f9fd19..784733731 100644 --- a/cookbooks/tile/templates/default/tile.conf.erb +++ b/cookbooks/tile/templates/default/tile.conf.erb @@ -7,16 +7,14 @@ ModTileRenderdSocketName /var/run/renderd/renderd.sock ModTileTileDir /srv/tile.openstreetmap.org/tiles # Time to wait for a re-render before serving a dirty tile -ModTileRequestTimeout 3 +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