Bump high water mark when downloading bundle to 16 MB

This commit is contained in:
Henry Mercer 2024-10-22 19:58:23 +01:00
parent 8c3a732e36
commit 06361b4d2b
6 changed files with 35 additions and 5 deletions

View file

@ -142,6 +142,13 @@ export async function extractTarZst(
logger: Logger,
): Promise<string> {
const dest = await createExtractFolder();
logger.debug(
`Extracting to ${dest}.${
tar instanceof stream.Readable
? ` Input stream has high water mark ${tar.readableHighWaterMark}.`
: ""
}`,
);
try {
// Initialize args