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