summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2019-03-17 08:38:15 +0000
committerrubenwardy <rw@rubenwardy.com>2019-03-19 02:18:17 +0000
commitca1bff6b66c4df8bd42f1249523cf235e275e265 (patch)
tree75918ff7da72faf49d6ce20b0649845eb99f4a65
parent10cc62d2ca03517b9653efb18df299fff9c96876 (diff)
downloadminetest-ca1bff6b66c4df8bd42f1249523cf235e275e265.tar.gz
minetest-ca1bff6b66c4df8bd42f1249523cf235e275e265.tar.bz2
minetest-ca1bff6b66c4df8bd42f1249523cf235e275e265.zip
num_emerge_threads: Fix documentation of automatic selection
-rw-r--r--builtin/settingtypes.txt2
-rw-r--r--minetest.conf.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 6c5b3f317..5d68007e3 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -1918,7 +1918,7 @@ emergequeue_limit_generate (Limit of emerge queues to generate) int 64
# WARNING: Currently there are multiple bugs that may cause crashes when
# 'num_emerge_threads' is larger than 1. Until this warning is removed it is
# strongly recommended this value is set to the default '1'.
-# Empty or 0 value:
+# Value 0:
# - Automatic selection. The number of emerge threads will be
# - 'number of processors - 2', with a lower limit of 1.
# Any other value:
diff --git a/minetest.conf.example b/minetest.conf.example
index 6e881596f..1574d5c3f 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -2997,7 +2997,7 @@
# WARNING: Currently there are multiple bugs that may cause crashes when
# 'num_emerge_threads' is larger than 1. Until this warning is removed it is
# strongly recommended this value is set to the default '1'.
-# Empty or 0 value:
+# Value 0:
# - Automatic selection. The number of emerge threads will be
# - 'number of processors - 2', with a lower limit of 1.
# Any other value: