diff --git a/src/services/trailerService.ts b/src/services/trailerService.ts index 86762505..0bb11cae 100644 --- a/src/services/trailerService.ts +++ b/src/services/trailerService.ts @@ -15,7 +15,7 @@ interface CacheEntry { export class TrailerService { // Cache for 3 minutes — just enough to avoid re-extracting on quick re-renders - private static readonly CACHE_TTL_MS = 3 * 60 * 1000; + private static readonly CACHE_TTL_MS = 30 * 1000; private static urlCache = new Map(); // ---------------------------------------------------------------------------