diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index 8ca4d93e..76938378 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -122,7 +122,7 @@ setGlobalDispatcher(agent.compose( location: path.join(CACHE_DIR, 'undici-better-sqlite3-cache-store.db'), maxEntrySize: 1024 * 1024 * 100 // 100 MiB }), - cacheByDefault: 180 // 3 minutes + cacheByDefault: 600 // 10 minutes }) ));