Skip to content

Commit

Permalink
Update num_emerge_threads description
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored and nerzhul committed May 5, 2020
1 parent c28fbd0 commit ab06880
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions builtin/settingtypes.txt
Expand Up @@ -2120,9 +2120,6 @@ emergequeue_limit_diskonly (Limit of emerge queues on disk) int 64
emergequeue_limit_generate (Limit of emerge queues to generate) int 64

# Number of emerge threads to use.
# 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'.
# Value 0:
# - Automatic selection. The number of emerge threads will be
# - 'number of processors - 2', with a lower limit of 1.
Expand Down
3 changes: 0 additions & 3 deletions minetest.conf.example
Expand Up @@ -3261,9 +3261,6 @@
# emergequeue_limit_generate = 64

# Number of emerge threads to use.
# 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'.
# Value 0:
# - Automatic selection. The number of emerge threads will be
# - 'number of processors - 2', with a lower limit of 1.
Expand Down

0 comments on commit ab06880

Please sign in to comment.