1
0

Don't use file download timeout for fetching ContentDB packages

This commit is contained in:
luk3yx 2023-11-28 08:14:33 +13:00 committed by mckaygerhard
parent 7a9b79565b
commit f8bbed282e

View File

@ -562,8 +562,7 @@ function store.load()
end
end
local timeout = tonumber(core.settings:get("curl_file_download_timeout"))
local response = http.fetch_sync({ url = url, timeout = timeout })
local response = http.fetch_sync({ url = url })
if not response.succeeded then
return
end