feat: implement image caching mechanism with configurable cache duration and flush functionality
This commit is contained in:
@@ -52,6 +52,7 @@ export async function POST(request: NextRequest) {
|
||||
seriesTTL: config.seriesTTL,
|
||||
booksTTL: config.booksTTL,
|
||||
imagesTTL: config.imagesTTL,
|
||||
imageCacheMaxAge: config.imageCacheMaxAge,
|
||||
},
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user