ci: building rust on dev

This commit is contained in:
Chubby Granny Chaser
2025-04-12 18:00:20 +01:00
parent 4d76182f2e
commit ee1dda90d9
5 changed files with 7 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ class HttpDownloader:
cmd.append(url)
cmd.extend([
"--chunk-size", "5",
"--chunk-size", "10",
"--buffer-size", "16",
"--log",
"--silent"
@@ -24,7 +24,7 @@ class HttpDownloader:
cmd.extend(["--header", header])
if allow_multiple_connections:
cmd.extend(["--connections", "16"])
cmd.extend(["--connections", "24"])
else:
cmd.extend(["--connections", "1"])