refactor: license price list
This commit is contained in:
@@ -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 })
|
||||
]
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user