diff --git a/public/sw.js b/public/sw.js index 3ec33b36..9cbb8223 100644 --- a/public/sw.js +++ b/public/sw.js @@ -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, }),