Skip to content

Commit

Permalink
Revert "build(vite): reduce workbox runtime cache max entries"
Browse files Browse the repository at this point in the history
This reverts commit 6cdb8f1.
  • Loading branch information
exuanbo committed Aug 7, 2023
1 parent 6cdb8f1 commit 22f59f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineConfig({
},
expiration: {
maxAgeSeconds: 60 * 60 * 24 * 365,
maxEntries: 1
maxEntries: 10
}
}
}
Expand Down

0 comments on commit 22f59f5

Please sign in to comment.