From: Grant Slater Date: Wed, 28 Aug 2013 09:42:48 +0000 (+0100) Subject: Tile: Modify ModTileRequestTimeout 3->2 to better avoid apache max-clients under... X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b85bd234205da83e4b1804cca3bea893aeeaaa1e Tile: Modify ModTileRequestTimeout 3->2 to better avoid apache max-clients under pressure. --- diff --git a/cookbooks/tile/templates/default/tile.conf.erb b/cookbooks/tile/templates/default/tile.conf.erb index cf0f9fd19..f9fe48c96 100644 --- a/cookbooks/tile/templates/default/tile.conf.erb +++ b/cookbooks/tile/templates/default/tile.conf.erb @@ -7,7 +7,7 @@ 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