mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add setting for periodic save of pending jobs
This commit is contained in:
parent
d2ab466dc0
commit
3cb7ba342c
@ -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…
Reference in New Issue
Block a user