From 9f555bd4bbdd0cbf5da2eb8d10a8b094e25dd497 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sat, 5 Feb 2011 03:03:52 +0100 Subject: [PATCH] Added 'loadChunks' to configuration. --- configuration.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.txt b/configuration.txt index 8459f407..b1e20884 100755 --- a/configuration.txt +++ b/configuration.txt @@ -3,6 +3,10 @@ # How often a tile gets rendered (in seconds). renderinterval: 1 +# When enabled Dynmap will preload chunks before rendering a tile. This will avoid Dynmap rendering unloaded (=partially blue) tiles. +# This WILL impact memory and diskio. +loadChunks: false + # The path where the tile-files are placed. tilepath: web/tiles