diff --git a/src/foco-live/foco-live.service.ts b/src/foco-live/foco-live.service.ts index fa9beaa..f3126d4 100644 --- a/src/foco-live/foco-live.service.ts +++ b/src/foco-live/foco-live.service.ts @@ -63,7 +63,7 @@ export class FocoLiveService { if (!events) { events = await this.getAllEvents(); this.cacheMisses.inc(); - this.cacheManager.set(cacheKeys.allEvents, events, 5 * 60 * 1000); + this.cacheManager.set(cacheKeys.allEvents, events, 10 * 60 * 1000); } this.eventCount.set(events.length); return events;