From b85bd234205da83e4b1804cca3bea893aeeaaa1e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 28 Aug 2013 10:42:48 +0100 Subject: [PATCH] Tile: Modify ModTileRequestTimeout 3->2 to better avoid apache max-clients under pressure. --- cookbooks/tile/templates/default/tile.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2