mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 04:00:41 +08:00
Nick: rm the cache for map for 24hrs
This commit is contained in:
parent
2eff7c29bb
commit
961b1010cf
@ -63,7 +63,7 @@ export async function mapController(
|
|||||||
const maxPages = Math.ceil(Math.min(MAX_FIRE_ENGINE_RESULTS, limit) / resultsPerPage);
|
const maxPages = Math.ceil(Math.min(MAX_FIRE_ENGINE_RESULTS, limit) / resultsPerPage);
|
||||||
|
|
||||||
const cacheKey = `fireEngineMap:${mapUrl}`;
|
const cacheKey = `fireEngineMap:${mapUrl}`;
|
||||||
const cachedResult = await redis.get(cacheKey);
|
const cachedResult = null;
|
||||||
|
|
||||||
let allResults: any[];
|
let allResults: any[];
|
||||||
let pagePromises: Promise<any>[];
|
let pagePromises: Promise<any>[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user