feat: Implement ETag-based conditional caching for API and HTML, add immutable caching for images, and introduce concurrency control with resizing for picture syncing.

This commit is contained in:
sebseb7
2025-11-23 10:51:16 +01:00
parent 3f451dde06
commit 49246169db
4 changed files with 127 additions and 19 deletions

View File

@@ -43,4 +43,4 @@ process.on('SIGINT', () => {
});
// Start Express server
startServer();
startServer(categorySyncer);