chore: drop Rust-crate-specific name from worker comment (cspell)

This commit is contained in:
Zoltan Kochan
2026-04-17 02:01:26 +02:00
parent 6c55f72de9
commit de0212fed7

View File

@@ -509,7 +509,7 @@ function writeCafsFiles (message: WriteCafsFilesMessage): { status: string, file
// measured slower than letting Node handle HTTP and gunzip and only
// handing the uncompressed payload to Rust for parse + write — Node's
// event loop overlaps socket reads with gunzip concurrently, which the
// sync `ureq` path can't match.
// sync HTTP client in the Rust crate can't match.
let nativeWriteFiles: ((storeDir: string, payload: Buffer) => number) | undefined
if (!process.env.PNPM_CAFS_WRITER_DISABLE_NATIVE) {
try {