Update map.ts

This commit is contained in:
Nicolas 2024-12-17 15:19:52 -03:00
parent 2de659d810
commit 0f8b8a717d

View File

@ -28,7 +28,7 @@ const redis = new Redis(process.env.REDIS_URL!);
// Max Links that /map can return
const MAX_MAP_LIMIT = 5000;
// Max Links that "Smart /map" can return
const MAX_FIRE_ENGINE_RESULTS = 1000;
const MAX_FIRE_ENGINE_RESULTS = 500;
interface MapResult {
success: boolean;