Skip to content

Commit

Permalink
NIT
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 11, 2021
1 parent 93e54ec commit 85f2337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function registerBundleRoutes({
const { dist: isDist, buildNum } = packageInfo;
// rather than calculate the fileHash on every request, we
// provide a cache object to `resolveDynamicAssetResponse()` that
// will store the 100 most recently used hashes.
// will store the most recently used hashes.
const fileHashCache = new FileHashCache();

registerRouteForBundle(router, {
Expand Down

0 comments on commit 85f2337

Please sign in to comment.