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:
parent
291a6b70d6
commit
7242de1d4b
3 changed files with 86 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue