We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e54ec commit 85f2337Copy full SHA for 85f2337
src/core/server/core_app/bundle_routes/register_bundle_routes.ts
@@ -39,7 +39,7 @@ export function registerBundleRoutes({
39
const { dist: isDist, buildNum } = packageInfo;
40
// rather than calculate the fileHash on every request, we
41
// provide a cache object to `resolveDynamicAssetResponse()` that
42
- // will store the 100 most recently used hashes.
+ // will store the most recently used hashes.
43
const fileHashCache = new FileHashCache();
44
45
registerRouteForBundle(router, {
0 commit comments