mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
feat: use contentExpire
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = async (ctx) => {
|
||||
}
|
||||
if (description) {
|
||||
item.description = description;
|
||||
await ctx.cache.set(newsUrl, description, 24 * 60 * 60);
|
||||
await ctx.cache.set(newsUrl, description);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user