Add support for saving/restoring of pending tile updates on server stops/start
This commit is contained in:
parent
1698379ae4
commit
9f1d059c23
9 changed files with 173 additions and 0 deletions
|
|
@ -228,6 +228,9 @@ renderacceleratethreshold: 60
|
|||
# How often to render tiles when backlog is above renderacceleratethreshold
|
||||
renderaccelerateinterval: 0.2
|
||||
|
||||
# Save and restore pending tile renders - prevents their loss on server shutdown or /reload
|
||||
saverestorepending: true
|
||||
|
||||
# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
|
||||
zoomoutperiod: 30
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue