Reduce episode progress cache size

This commit is contained in:
ShiGuangAlex
2026-04-15 01:16:19 +08:00
parent 375d857f78
commit 6372ed307d
+1 -1
View File
@@ -1,5 +1,5 @@
const EPISODE_PROGRESS_PREFIX = 'moontv_episode_progress:';
const EPISODE_PROGRESS_MAX_SHOWS = 200;
const EPISODE_PROGRESS_MAX_SHOWS = 100;
const EPISODE_PROGRESS_MAX_AGE_MS = 1000 * 60 * 60 * 24 * 120;
export interface LocalEpisodeProgressRecord {