mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
readd vanished comment
This commit is contained in:
parent
984d215312
commit
89cdf74b2f
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
|
|||
})
|
||||
);
|
||||
|
||||
cache.set(query, results, 3600);
|
||||
cache.set(query, results, 3600); // cache results for 1 hour
|
||||
return results;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue