feat(integrations): add synology photos support

This commit is contained in:
Marek Maslowski
2026-04-03 02:58:22 +02:00
parent 8e9f8784dc
commit 78a91ccb95
7 changed files with 700 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ const TTL: Record<string, number> = {
ws: 30_000,
download: 60_000,
immich: 60_000,
synologyphotos: 60_000,
};
const MAX_STORE_SIZE = 10_000;