Skip to content

Commit

Permalink
Refactor: increase file cache reaper frequency (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Jun 13, 2024
1 parent 1eae2b0 commit 01d2138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/files/fileCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class FileCache {
await this.cache.delete(cacheKeyFilePath);
}
}));
}, 10_000);
}, 5000);
}

public static async save(): Promise<void> {
Expand Down

0 comments on commit 01d2138

Please sign in to comment.