fix: stream ssh downloads over tcp-pool
This commit is contained in:
@@ -1685,8 +1685,6 @@ function downloadRemoteFile(options: ArtifactRegistryOptions, remotePath: string
|
||||
"ssh",
|
||||
options.providerId,
|
||||
"download",
|
||||
"--chunk-bytes",
|
||||
"1048576",
|
||||
remotePath,
|
||||
localPath,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user