mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add default setting for initial zoomout validate option
This commit is contained in:
parent
3ac67ce2c5
commit
2d95548d25
@ -186,6 +186,9 @@ saverestorepending: true
|
|||||||
# 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
|
||||||
|
|
||||||
|
# Control whether zoom out tiles are validated on startup (can be needed if zoomout processing is interrupted, but can be expensive on large maps)
|
||||||
|
initial-zoomout-validate: true
|
||||||
|
|
||||||
# Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering
|
# Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering
|
||||||
# of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Values can
|
# of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Values can
|
||||||
# also be set on individual worlds and individual maps.
|
# also be set on individual worlds and individual maps.
|
||||||
|
Loading…
Reference in New Issue
Block a user