]> git.lizzy.rs Git - minetest.git/commitdiff
num_emerge_threads: Fix documentation of automatic selection
authorparamat <paramat@users.noreply.github.com>
Sun, 17 Mar 2019 08:38:15 +0000 (08:38 +0000)
committersfan5 <sfan5@live.de>
Sun, 17 Mar 2019 21:27:36 +0000 (22:27 +0100)
builtin/settingtypes.txt
minetest.conf.example

index 6c5b3f3178fd42c1eb7ec191d903af96791f0b70..5d68007e332585522a1816bf1fd46717bd622dc2 100644 (file)
@@ -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:
index 6e881596f60e5e7b7c0424f72f08bf634eb588de..1574d5c3fcc316ec21817a61c0b82e531e6c26a1 100644 (file)
 #    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: