Added 'loadChunks' to configuration.

This commit is contained in:
FrozenCow 2011-02-05 03:03:52 +01:00
parent 902cc87458
commit 9f555bd4bb

View File

@ -3,6 +3,10 @@
# How often a tile gets rendered (in seconds). # How often a tile gets rendered (in seconds).
renderinterval: 1 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. # The path where the tile-files are placed.
tilepath: web/tiles tilepath: web/tiles