summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorLars Hofhansl <larsh@apache.org>2018-07-13 15:10:35 -0700
committerLars Hofhansl <larsh@apache.org>2018-07-13 15:10:35 -0700
commit69358b601cc7cde9c4df89aa23d67e6d32a2aa6b (patch)
tree65ec0cc6359a78c6fa3632d4f2b7b07c9cd25b58 /minetest.conf.example
parenta95aed88008d4b02c4530f5ba1ba50dbbefc7502 (diff)
downloadminetest-69358b601cc7cde9c4df89aa23d67e6d32a2aa6b.tar.gz
minetest-69358b601cc7cde9c4df89aa23d67e6d32a2aa6b.tar.bz2
minetest-69358b601cc7cde9c4df89aa23d67e6d32a2aa6b.zip
Document config updates in minetest.conf.example.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 493c4a648..63ccf3c60 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1104,7 +1104,7 @@
# The maximum total count is calculated dynamically:
# max_total = ceil((#clients + max_users) * per_client / 4)
# type: int
-# max_simultaneous_block_sends_per_client = 10
+# max_simultaneous_block_sends_per_client = 40
# To reduce lag, block transfers are slowed down when a player is building something.
# This determines how long they are slowed down after placing or removing a node.
@@ -2896,21 +2896,21 @@
# Maximum number of blocks that can be queued for loading.
# type: int
-# emergequeue_limit_total = 256
+# emergequeue_limit_total = 512
# Maximum number of blocks to be queued that are to be loaded from file.
# Set to blank for an appropriate amount to be chosen automatically.
# type: int
-# emergequeue_limit_diskonly = 32
+# emergequeue_limit_diskonly = 64
# Maximum number of blocks to be queued that are to be generated.
# Set to blank for an appropriate amount to be chosen automatically.
# type: int
-# emergequeue_limit_generate = 32
+# emergequeue_limit_generate = 64
-# Number of emerge threads to use. Make this field blank, or increase this number
+# Number of emerge threads to use. Make this field blank or 0, or increase this number
# to use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly
# at the cost of slightly buggy caves.
# type: int
-# num_emerge_threads = 1
+# num_emerge_threads = 0