Skip to content

Commit fac7475

Browse files
committed
Timetable TTL 365d -> 30d
1 parent 941f8c7 commit fac7475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitePwaOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const vitePWAconfig: Partial<VitePWAOptions> = {
3333
cacheName: 'api-timetable',
3434
expiration: {
3535
maxEntries: 30,
36-
maxAgeSeconds: 60 * 60 * 24 * 365,
36+
maxAgeSeconds: 60 * 60 * 24 * 30,
3737
},
3838
cacheableResponse: {
3939
statuses: [0, 200],

0 commit comments

Comments
 (0)