projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518ae81
)
Tile cookbook: Add ModTileMissingRequestTimeout + typo fix
author
Grant Slater
<git@firefishy.com>
Fri, 5 Jul 2013 09:46:34 +0000
(10:46 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 5 Jul 2013 09:46:47 +0000
(10:46 +0100)
cookbooks/tile/templates/default/tile.conf.erb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/templates/default/tile.conf.erb
b/cookbooks/tile/templates/default/tile.conf.erb
index 9748774c2eb9363b1e681326dcb792f570a06782..cf0f9fd191fe0d29457eb1880ad1c05bc96fa428 100644
(file)
--- 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
-ModTileMaxLoad
Old
72
+ModTileMaxLoad
Missing
72
# Maximum expiry to set on a tile
ModTileCacheDurationMax 604800