From 8c42816b447927471f00c6474f6a46d0bbd01466 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Wed, 20 Apr 2016 14:12:17 +1000 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 0330a33..09b0fef 100644 --- a/Configuration.md +++ b/Configuration.md @@ -50,8 +50,12 @@ history: buffer-size: 531441 # Should further compression be enabled? (Slower but can save a lot of memory) compress: false - # The time in milliseconds to wait for a chunk to load for command preprocessing (50ms = 1 server tick, 0 = Fastest) - # Actions which require loaded chunks (e.g. copy) which do not load in time will use the last chunk as filler. + # The maximum time in milliseconds to wait for a chunk to load for an edit. + # (50ms = 1 server tick, 0 = Fastest). + # The default value of 100 should be safe for most cases. + # Actions which require loaded chunks (e.g. copy) which do not load in time + # will use the last chunk as filler, which may appear as bands of duplicated blocks. + # If that happens, use a larger value to give more time for chunks to load. chunk-wait-ms: 100 # Configure the block placement queue