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