1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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