Fix ContentDB packages timing out by using download_file instead (#7891)

This commit is contained in:
rubenwardy
2018-12-11 04:43:14 +00:00
committed by Paramat
parent a833bee9ed
commit f318366c20
4 changed files with 31 additions and 81 deletions

View File

@@ -146,17 +146,6 @@ Package - content which is downloadable from the content db, may or may not be i
optional_depends = {"mod", "names"}, -- mods only
}
* core.get_package_list() -> downloads package list from content db
* returns a list of:
{
name = "basename",
title = "human readable title",
author = "username",
type = "", -- mod, game, txp
short_description = "description",
url = "",
}
Favorites:
core.get_favorites(location) -> list of favorites (possible in async calls)