We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d709eb1 commit 3399455Copy full SHA for 3399455
packages/runtime/src/helpers/files.ts
@@ -480,7 +480,7 @@ export const movePublicFiles = async ({
480
}
481
482
export const removeMetadataFiles = async (publish: string) => {
483
- // Limit concurrent file moves to number of cpus or 2 if there is only 1
+ // Limit concurrent deletions to number of cpus or 2 if there is only 1
484
const limit = pLimit(Math.max(2, cpus().length))
485
486
const removePromises = HIDDEN_PATHS.map((HIDDEN_PATH) => {
0 commit comments