Remove network timeout on default handler

pull/2254/head
Jérémy Rialland 2022-08-25 18:40:05 +02:00 committed by Jérémy Rialland
parent bfa006b62e
commit 034eab6d3a
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ offlineFallback({
setDefaultHandler(
new NetworkFirst({
cacheName: 'default-network-first',
networkTimeoutSeconds: 1,
plugins: [
new ExpirationPlugin({
maxAgeSeconds: 3 * MONTH,