projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2da39a0
)
Always try and re-render dirty or missing tiles
author
Tom Hughes
<tom@compton.nu>
Mon, 23 Mar 2015 15:14:58 +0000
(15:14 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 23 Mar 2015 15:14:58 +0000
(15:14 +0000)
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 f9fe48c960705ac6b9b07822fe1b137a5d137d57..784733731cfb82b477939f23cd6d3f4a3e8adbc5 100644
(file)
--- a/
cookbooks/tile/templates/default/tile.conf.erb
+++ b/
cookbooks/tile/templates/default/tile.conf.erb
@@
-12,11
+12,9
@@
ModTileRequestTimeout 2
# Timeout before giving up for a tile to be rendered that is otherwise missing
ModTileMissingRequestTimeout 10
# 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
# Maximum expiry to set on a tile
ModTileCacheDurationMax 604800