From 77cfc4fcd1d10d088e8a56e38bc195a5d6fe5e57 Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 17 Mar 2019 08:38:15 +0000 Subject: [PATCH] num_emerge_threads: Fix documentation of automatic selection --- builtin/settingtypes.txt | 2 +- minetest.conf.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 6c5b3f31..5d68007e 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 6e881596..1574d5c3 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: