fix: keep artifact download chunks below bridge limit

This commit is contained in:
Codex
2026-06-02 09:56:45 +00:00
parent b28f525844
commit d82ea72a3f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1678,7 +1678,7 @@ function downloadRemoteFile(options: ArtifactRegistryOptions, remotePath: string
options.providerId,
"download",
"--chunk-bytes",
"64000",
"45000",
remotePath,
localPath,
];