From 0f8b8a717d6de3a0e1373f3ca69554819533d37c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 17 Dec 2024 15:19:52 -0300 Subject: [PATCH] Update map.ts --- apps/api/src/controllers/v1/map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/controllers/v1/map.ts b/apps/api/src/controllers/v1/map.ts index cd302708..39393313 100644 --- a/apps/api/src/controllers/v1/map.ts +++ b/apps/api/src/controllers/v1/map.ts @@ -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;