summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-12-23 14:42:18 +0000
committerGitHub <noreply@github.com>2020-12-23 14:42:18 +0000
commitd2bbf13dfe61c48c1051ab5bd8b2b0e97ad7599e (patch)
tree241060daede4b9c8f1f935b470594e78b3a1c749 /builtin/settingtypes.txt
parent535557cc2e972c555bc5a294b95f2c2974b81eea (diff)
downloadminetest-d2bbf13dfe61c48c1051ab5bd8b2b0e97ad7599e.tar.gz
minetest-d2bbf13dfe61c48c1051ab5bd8b2b0e97ad7599e.tar.bz2
minetest-d2bbf13dfe61c48c1051ab5bd8b2b0e97ad7599e.zip
Add dependency resolution to ContentDB (#9997)
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 7060a0b6e..7e23b5641 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -2205,4 +2205,5 @@ contentdb_url (ContentDB URL) string https://content.minetest.net
contentdb_flag_blacklist (ContentDB Flag Blacklist) string nonfree, desktop_default
# Maximum number of concurrent downloads. Downloads exceeding this limit will be queued.
+# This should be lower than curl_parallel_limit.
contentdb_max_concurrent_downloads (ContentDB Max Concurrent Downloads) int 3