Skip to content

Commit

Permalink
Chore: increate undici cache size to 100 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 11, 2025
1 parent d7ea0c9 commit b426f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/lib/fetch-retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ setGlobalDispatcher(agent.compose(
interceptors.cache({
store: new BetterSqlite3CacheStore({
location: path.join(CACHE_DIR, 'undici-better-sqlite3-cache-store.db'),
maxEntrySize: 1024 * 1024 * 50 // 50 MiB
maxEntrySize: 1024 * 1024 * 100 // 100 MiB
})
})
));
Expand Down

0 comments on commit b426f66

Please sign in to comment.