diff options
author | paramat <paramat@users.noreply.github.com> | 2019-03-17 08:38:15 +0000 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-03-17 22:27:36 +0100 |
commit | 77cfc4fcd1d10d088e8a56e38bc195a5d6fe5e57 (patch) | |
tree | 11421520779bc70fa9e58e1ae6eec664a4d98939 /builtin | |
parent | 9f1b98b9978fa90dc939663a73f17727f9e32425 (diff) | |
download | minetest-77cfc4fcd1d10d088e8a56e38bc195a5d6fe5e57.tar.gz minetest-77cfc4fcd1d10d088e8a56e38bc195a5d6fe5e57.tar.bz2 minetest-77cfc4fcd1d10d088e8a56e38bc195a5d6fe5e57.zip |
num_emerge_threads: Fix documentation of automatic selection
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 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: |