refactor: license price list

This commit is contained in:
Tristan Yang
2023-01-11 06:07:13 +08:00
parent af97379a84
commit 6e8829aac0
4 changed files with 33 additions and 11 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, maxAgeSeconds: 30 * 60 })
new ExpirationPlugin({ maxEntries: 100, maxAgeSeconds: 5 * 60 })
]
})
);