1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-31 20:38:27 +00:00

readd vanished comment

This commit is contained in:
adrifcastr 2023-06-21 12:51:30 +02:00
parent 984d215312
commit 89cdf74b2f

View file

@ -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;
}