]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/tile.conf.erb
Fix issues with the export script
[chef.git] / cookbooks / tile / templates / default / tile.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Set location of renderd socket
4 ModTileRenderdSocketName /var/run/renderd/renderd.sock
5
6 # Set location of tile directory
7 ModTileTileDir /srv/tile.openstreetmap.org/tiles
8
9 # Time to wait for a re-render before serving a dirty tile
10 ModTileRequestTimeout 3
11
12 # Don't try and re-render dirty tiles if the load is higher than this
13 ModTileMaxLoadOld 36
14
15 # Don't try and render missing tiles if the load is higher than this
16 ModTileMaxLoadOld 72
17
18 # Maximum expiry to set on a tile
19 ModTileCacheDurationMax 604800
20
21 # Expiry time for dirty tiles that have been queued for re-rendering
22 ModTileCacheDurationDirty 900
23
24 # Minimum expiry time for fresh tiles
25 ModTileCacheDurationMinimum 10800
26 ModTileCacheDurationMediumZoom 13 86400
27 ModTileCacheDurationLowZoom 9 518400
28
29 # Factor controlling effect of last modification time on expiry
30 ModTileCacheLastModifiedFactor 0.20
31
32 # Load tile configuration
33 LoadTileConfigFile /etc/renderd.conf