Add setting for periodic save of pending jobs
This commit is contained in:
parent
d2ab466dc0
commit
3cb7ba342c
1 changed files with 3 additions and 0 deletions
|
|
@ -193,6 +193,9 @@ usenormalthreadpriority: true
|
||||||
# Save and restore pending tile renders - prevents their loss on server shutdown or /reload
|
# Save and restore pending tile renders - prevents their loss on server shutdown or /reload
|
||||||
saverestorepending: true
|
saverestorepending: true
|
||||||
|
|
||||||
|
# Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs
|
||||||
|
save-pending-period: 900
|
||||||
|
|
||||||
# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
|
# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
|
||||||
zoomoutperiod: 30
|
zoomoutperiod: 30
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue