mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
feat: use contentExpire
This commit is contained in:
@@ -142,7 +142,7 @@ const getDetail = async (link, ctx) => {
|
||||
screenData = null;
|
||||
}
|
||||
const detail = { actresses, filmTime, filmLast, filmEstabName, filmMakerbName, seriesName, directorName, code, screenData };
|
||||
ctx.cache.set(link, JSON.stringify(detail), 24 * 60 * 60);
|
||||
ctx.cache.set(link, JSON.stringify(detail));
|
||||
return detail;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user