Skip to content

Commit

Permalink
CB-5450 revert purgeOnQuotaError
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Sep 16, 2024
1 parent 3abed2e commit ab664e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/packages/core-browser/src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ registerRoute(
new ExpirationPlugin({
maxEntries: 1000,
maxAgeSeconds: 7 * 24 * 60 * 60,
purgeOnQuotaError: true,
}),
],
}),
Expand Down

0 comments on commit ab664e3

Please sign in to comment.