Add default setting for initial zoomout validate option

This commit is contained in:
Mike Primm 2013-03-26 23:50:54 -05:00
parent 3ac67ce2c5
commit 2d95548d25
1 changed files with 3 additions and 0 deletions

View File

@ -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)
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
# 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.