Add default setting for initial zoomout validate option
This commit is contained in:
parent
7974d9e2bd
commit
8f478eeaa9
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue