mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
ci: building rust on dev
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user