1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

ContentDB: Add Update All and download queuing (#9995)

This commit is contained in:
rubenwardy
2020-08-17 19:09:33 +01:00
committed by GitHub
parent 291a6b70d6
commit 7242de1d4b
3 changed files with 86 additions and 10 deletions

View File

@@ -330,6 +330,8 @@ void set_default_settings(Settings *settings)
// ContentDB
settings->setDefault("contentdb_url", "https://content.minetest.net");
settings->setDefault("contentdb_max_concurrent_downloads", "3");
#ifdef __ANDROID__
settings->setDefault("contentdb_flag_blacklist", "nonfree, android_default");
#else