mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-11-30 17:18:56 +00:00
fix(batch-scrape): actually store maxConcurrency
This commit is contained in:
parent
59f496b269
commit
892dda19a0
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user