From 2d95548d254d323615969f799bba4ad20239fc63 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Tue, 26 Mar 2013 23:50:54 -0500 Subject: [PATCH] Add default setting for initial zoomout validate option --- src/main/resources/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 1f452298..df10b631 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -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.