summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-05-11 20:19:02 +0200
committersfan5 <sfan5@live.de>2020-05-24 11:48:33 +0200
commita9d6be8b6f769c1b795262f45e81bcb4a2cea4a1 (patch)
treed087c416c812d520138566b170b5ca11ec226c15 /minetest.conf.example
parent8ee2ece3c97d3beeab5b9930cfcf0d76aa1d39c4 (diff)
downloadminetest-a9d6be8b6f769c1b795262f45e81bcb4a2cea4a1.tar.gz
minetest-a9d6be8b6f769c1b795262f45e81bcb4a2cea4a1.tar.bz2
minetest-a9d6be8b6f769c1b795262f45e81bcb4a2cea4a1.zip
Fix documentation of emergequeue_limit settings
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index f04822c47..17d24a566 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -3251,12 +3251,12 @@
# 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.
+# This limit is enforced per player.
# type: int
# 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.
+# This limit is enforced per player.
# type: int
# emergequeue_limit_generate = 64