From 892dda19a04ebfdc68f3d678f502fac611b9122c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Fri, 6 Jun 2025 21:26:04 +0200 Subject: [PATCH] fix(batch-scrape): actually store maxConcurrency --- apps/api/src/controllers/v1/batch-scrape.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/controllers/v1/batch-scrape.ts b/apps/api/src/controllers/v1/batch-scrape.ts index 556551c0c..0a270aa6e 100644 --- a/apps/api/src/controllers/v1/batch-scrape.ts +++ b/apps/api/src/controllers/v1/batch-scrape.ts @@ -102,6 +102,7 @@ export async function batchScrapeController( }, // NOTE: smart wait disabled for batch scrapes to ensure contentful scrape, speed does not matter team_id: req.auth.team_id, createdAt: Date.now(), + maxConcurrency: req.body.maxConcurrency, }; if (!req.body.appendToId) {