chore: update limit for image cache

This commit is contained in:
Stephen Zhou 2024-12-26 11:40:21 +08:00
parent 55882cacff
commit 1a306a52e3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ registerRoute(
statuses: [0, 200],
}),
new ExpirationPlugin({
maxEntries: 300,
maxAgeSeconds: 30 * 24 * 60 * 60,
maxEntries: 100,
maxAgeSeconds: 10 * 24 * 60 * 60,
purgeOnQuotaError: true,
}),
],