chore: updates

This commit is contained in:
Tristan Yang
2022-12-31 22:31:09 +08:00
parent 1c280255ad
commit fa4d760ab4
7 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ registerRoute(
plugins: [
// Ensure that once this runtime cache reaches a maximum size the
// least-recently used images are removed.
new ExpirationPlugin({ maxEntries: 100 })
new ExpirationPlugin({ maxEntries: 100, maxAgeSeconds: 30 * 60 })
]
})
);