summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-08-17 19:09:33 +0100
committerGitHub <noreply@github.com>2020-08-17 19:09:33 +0100
commit7242de1d4bdb4cc98fce723044b2c8c5d9861c8b (patch)
treefc4705e57a05ff95a77c331d8f1221654f483c5c /builtin/settingtypes.txt
parent291a6b70d674d9003f522b5875a60f7e2753e32b (diff)
downloadminetest-7242de1d4bdb4cc98fce723044b2c8c5d9861c8b.tar.gz
minetest-7242de1d4bdb4cc98fce723044b2c8c5d9861c8b.tar.bz2
minetest-7242de1d4bdb4cc98fce723044b2c8c5d9861c8b.zip
ContentDB: Add Update All and download queuing (#9995)
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 3aa113190..1f71e4cb9 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -2220,3 +2220,6 @@ contentdb_url (ContentDB URL) string https://content.minetest.net
# These flags are independent from Minetest versions,
# so see a full list at https://content.minetest.net/help/content_flags/
contentdb_flag_blacklist (ContentDB Flag Blacklist) string nonfree, desktop_default
+
+# Maximum number of concurrent downloads. Downloads exceeding this limit will be queued.
+contentdb_max_concurrent_downloads (ContentDB Max Concurrent Downloads) int 3