mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-12-01 01:22:11 +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
|
}, // NOTE: smart wait disabled for batch scrapes to ensure contentful scrape, speed does not matter
|
||||||
team_id: req.auth.team_id,
|
team_id: req.auth.team_id,
|
||||||
createdAt: Date.now(),
|
createdAt: Date.now(),
|
||||||
|
maxConcurrency: req.body.maxConcurrency,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!req.body.appendToId) {
|
if (!req.body.appendToId) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user