fix(batch-scrape): actually store maxConcurrency

This commit is contained in:
Gergő Móricz 2025-06-06 21:26:04 +02:00
parent 59f496b269
commit 892dda19a0

View File

@ -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) {