Skip to content

Commit 85f2337

Browse files
committed
NIT
1 parent 93e54ec commit 85f2337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server/core_app/bundle_routes/register_bundle_routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function registerBundleRoutes({
3939
const { dist: isDist, buildNum } = packageInfo;
4040
// rather than calculate the fileHash on every request, we
4141
// provide a cache object to `resolveDynamicAssetResponse()` that
42-
// will store the 100 most recently used hashes.
42+
// will store the most recently used hashes.
4343
const fileHashCache = new FileHashCache();
4444

4545
registerRouteForBundle(router, {

0 commit comments

Comments
 (0)