1
0
Fork 0

Don't use file download timeout for fetching ContentDB packages

master
luk3yx 2023-11-28 08:14:33 +13:00 committed by mckaygerhard
parent 7a9b79565b
commit f8bbed282e
1 changed files with 1 additions and 2 deletions

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