mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 20:48:58 +08:00
Merge branch 'nsc/concurrent-browsers'
This commit is contained in:
commit
b87b0d9b7f
@ -139,7 +139,7 @@ export async function searchController(
|
|||||||
let limit = req.body.limit;
|
let limit = req.body.limit;
|
||||||
|
|
||||||
// Buffer results by 50% to account for filtered URLs
|
// Buffer results by 50% to account for filtered URLs
|
||||||
const num_results_buffer = Math.floor(limit * 1.5);
|
const num_results_buffer = Math.floor(limit * 2);
|
||||||
|
|
||||||
let searchResults = await search({
|
let searchResults = await search({
|
||||||
query: req.body.query,
|
query: req.body.query,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user