Skip to content

Commit

Permalink
Bump up max entries for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed May 15, 2024
1 parent bc4e3b0 commit d4a0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const iconsRoute = new Route(
cacheName: 'icons',
plugins: [
new ExpirationPlugin({
maxEntries: 50,
maxEntries: 300,
maxAgeSeconds: 3 * 24 * 60 * 60, // 3 days
purgeOnQuotaError: true,
}),
Expand Down

0 comments on commit d4a0a08

Please sign in to comment.