Update On Thu Sep 4 20:39:34 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-04 20:39:35 +02:00
parent 264ca769ce
commit 4c282a894d
104 changed files with 779 additions and 432 deletions
@@ -40,7 +40,7 @@ end
-- curl
local function curl(url, file)
local args = {
"-skL", "-w %{http_code}", "--retry 3", "--connect-timeout 3"
"-skL", "-w %{http_code}", "--retry 3", "--connect-timeout 3", "--max-time 300", "--speed-limit 51200 --speed-time 15"
}
if file then
args[#args + 1] = "-o " .. file