Skip to content

Commit

Permalink
chore(fetch-engine): remove outdated TODO comment (#18978)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Apr 27, 2023
1 parent 47265ed commit 9fbb3be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fetch-engine/src/cleanupCache.ts
Expand Up @@ -12,7 +12,6 @@ const del = promisify(rimraf)
const readdir = promisify(fs.readdir)
const stat = promisify(fs.stat)

// TODO: why not have a n = 2 to have a smaller cache?
export async function cleanupCache(n = 5): Promise<void> {
try {
const rootCacheDir = await getRootCacheDir()
Expand Down

0 comments on commit 9fbb3be

Please sign in to comment.